Skip to content

Commit a31f1de

Browse files
committed
fix
1 parent a5a5b67 commit a31f1de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/agent/tests/unit/test_core_settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
from simcore_service_agent.core.settings import ApplicationSettings
1010

1111

12-
def test_valid_application_settings(service_env: EnvVarsDict):
13-
assert service_env
12+
def test_valid_application_settings(mock_environment: EnvVarsDict):
13+
assert mock_environment
1414

1515
settings = ApplicationSettings() # type: ignore
1616
assert settings

0 commit comments

Comments
 (0)