Skip to content

Commit

Permalink
fixup! Issue #117 add a minimal dummy config to use by default
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Sep 21, 2023
1 parent 1d29b43 commit cfc09cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_config_from_py_file(tmp_path):
def test_get_config_default_no_env():
assert OPENEO_AGGREGATOR_CONFIG not in os.environ
config = get_config()
assert config.config_source.endswith("/conf/aggregator.dev.py")
assert config.config_source.endswith("/conf/aggregator.dummy.py")


@pytest.mark.parametrize("convertor", [str, Path])
Expand Down

0 comments on commit cfc09cf

Please sign in to comment.