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 8472a34 commit a375178Copy full SHA for a375178
services/agent/tests/unit/test_core_settings.py
@@ -9,8 +9,8 @@
9
from simcore_service_agent.core.settings import ApplicationSettings
10
11
12
-def test_valid_application_settings(service_env: EnvVarsDict):
13
- assert service_env
+def test_valid_application_settings(mock_environment: EnvVarsDict):
+ assert mock_environment
14
15
settings = ApplicationSettings() # type: ignore
16
assert settings
0 commit comments