Skip to content

Commit

Permalink
Add default Tiled config to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Jan 9, 2025
1 parent 7f3e707 commit 324c226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit_tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def temp_yaml_config_file(
"logging": {"level": "INFO"},
"api": {"host": "0.0.0.0", "port": 8000, "protocol": "http"},
"scratch": None,
"tiled": None,
},
],
indirect=True,
Expand Down Expand Up @@ -318,6 +319,7 @@ def test_config_yaml_parsed(temp_yaml_config_file):
}
],
},
"tiled": None,
},
],
indirect=True,
Expand Down

0 comments on commit 324c226

Please sign in to comment.