We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26cb59 commit 6b4d346Copy full SHA for 6b4d346
services/autoscaling/tests/unit/test_core_settings.py
@@ -228,6 +228,7 @@ def test_EC2_INSTANCES_ALLOWED_TYPES_empty_not_allowed_without_main_field_env_va
228
app_environment: EnvVarsDict, monkeypatch: pytest.MonkeyPatch
229
):
230
monkeypatch.delenv("AUTOSCALING_EC2_INSTANCES")
231
+ monkeypatch.setenv("EC2_INSTANCES_ALLOWED_TYPES", "{}")
232
233
# removing any value for AUTOSCALING_EC2_INSTANCES
234
settings = ApplicationSettings.create_from_envs()
0 commit comments