Skip to content

Commit

Permalink
fixup! Issue #531 introduce MultiEtlApiConfig for multi-ETL configu…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
soxofaan committed Feb 1, 2024
1 parent 31a10af commit 11a04cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/test_etl_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def test_simple_config(self):
)
assert config.get_root_url() == "https://etl.test"
assert config.get_client_credentials("https://etl.test") is client_credentials
with pytest.raises(LookupError):
with pytest.raises(EtlApiConfigException, match="Invalid ETL API root URL."):
_ = config.get_client_credentials("https://etl-alt.test")


Expand Down

0 comments on commit 11a04cb

Please sign in to comment.