Skip to content

Commit f7e5863

Browse files
author
Andrei Neagu
committed
fixed broken test
1 parent 3cb6e9a commit f7e5863

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/dynamic-scheduler/tests/unit/api_rpc/test_api_rpc__services.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,19 +148,19 @@ def scheduling_mode(request: pytest.FixtureRequest) -> SchedulingMode:
148148

149149
@pytest.fixture
150150
def app_environment(
151-
monkeypatch: pytest.MonkeyPatch,
152151
app_environment: EnvVarsDict,
153152
rabbit_service: RabbitSettings,
154153
redis_service: RedisSettings,
155154
scheduling_mode: SchedulingMode,
155+
monkeypatch: pytest.MonkeyPatch,
156156
) -> EnvVarsDict:
157-
return setenvs_from_dict(
157+
setenvs_from_dict(
158158
monkeypatch,
159159
{
160-
**app_environment,
161160
"DYNAMIC_SCHEDULER_SCHEDULING_MODE": scheduling_mode,
162161
},
163162
)
163+
return app_environment
164164

165165

166166
@pytest.fixture

0 commit comments

Comments
 (0)