File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
web/server/tests/unit/isolated Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99from simcore_service_agent .core .settings import ApplicationSettings
1010
1111
12- def test_valid_application_settings (app_environment : EnvVarsDict ):
13- assert app_environment
12+ def test_valid_application_settings (service_env : EnvVarsDict ):
13+ assert service_env
1414
1515 settings = ApplicationSettings () # type: ignore
1616 assert settings
Original file line number Diff line number Diff line change @@ -195,8 +195,8 @@ def test_backwards_compatibility_with_bool_env_vars_turned_into_objects(
195195 assert settings .WEBSERVER_LICENSES is None
196196
197197
198- def test_valid_application_settings (app_environment : EnvVarsDict ):
199- assert app_environment
198+ def test_valid_application_settings (mock_webserver_service_environment : EnvVarsDict ):
199+ assert mock_webserver_service_environment
200200
201201 settings = ApplicationSettings () # type: ignore
202202 assert settings
You can’t perform that action at this time.
0 commit comments