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 49a99c1 commit 7d888a8Copy full SHA for 7d888a8
services/autoscaling/tests/unit/conftest.py
@@ -52,6 +52,7 @@
52
from simcore_service_autoscaling.core.settings import (
53
AUTOSCALING_ENV_PREFIX,
54
ApplicationSettings,
55
+ AutoscalingEC2Settings,
56
EC2Settings,
57
)
58
from simcore_service_autoscaling.models import (
@@ -143,6 +144,11 @@ def with_labelize_drain_nodes(
143
144
145
146
147
+@pytest.fixture
148
+def ec2_settings() -> EC2Settings:
149
+ return AutoscalingEC2Settings.create_from_envs()
150
+
151
152
@pytest.fixture
153
def app_environment(
154
mock_env_devel_environment: EnvVarsDict,
0 commit comments