Skip to content

Commit

Permalink
fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Nov 12, 2024
1 parent d26cb59 commit 6b4d346
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/autoscaling/tests/unit/test_core_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ def test_EC2_INSTANCES_ALLOWED_TYPES_empty_not_allowed_without_main_field_env_va
app_environment: EnvVarsDict, monkeypatch: pytest.MonkeyPatch
):
monkeypatch.delenv("AUTOSCALING_EC2_INSTANCES")
monkeypatch.setenv("EC2_INSTANCES_ALLOWED_TYPES", "{}")

# removing any value for AUTOSCALING_EC2_INSTANCES
settings = ApplicationSettings.create_from_envs()
Expand Down

0 comments on commit 6b4d346

Please sign in to comment.