Skip to content

Commit 6b4d346

Browse files
committed
fixes test
1 parent d26cb59 commit 6b4d346

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/autoscaling/tests/unit/test_core_settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ def test_EC2_INSTANCES_ALLOWED_TYPES_empty_not_allowed_without_main_field_env_va
228228
app_environment: EnvVarsDict, monkeypatch: pytest.MonkeyPatch
229229
):
230230
monkeypatch.delenv("AUTOSCALING_EC2_INSTANCES")
231+
monkeypatch.setenv("EC2_INSTANCES_ALLOWED_TYPES", "{}")
231232

232233
# removing any value for AUTOSCALING_EC2_INSTANCES
233234
settings = ApplicationSettings.create_from_envs()

0 commit comments

Comments
 (0)