Skip to content

Commit

Permalink
fix linting error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamshire123 committed Feb 23, 2023
1 parent cb1bbdd commit aeaf0e6
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 @@ -74,7 +74,7 @@ def test_stage_verify_required_config_values_missing_raises_error(monkeypatch):
assert "Required env variable ALMA_API_URL is not set" in str(error)


def test_prod_verify_required_config_values_all_ok(monkeypatch):
def test_prod_verify_required_config_values_all_ok():
settings = load_config_values()
assert all(settings.values())

Expand Down

0 comments on commit aeaf0e6

Please sign in to comment.