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 3cb6e9a commit f7e5863Copy full SHA for f7e5863
services/dynamic-scheduler/tests/unit/api_rpc/test_api_rpc__services.py
@@ -148,19 +148,19 @@ def scheduling_mode(request: pytest.FixtureRequest) -> SchedulingMode:
148
149
@pytest.fixture
150
def app_environment(
151
- monkeypatch: pytest.MonkeyPatch,
152
app_environment: EnvVarsDict,
153
rabbit_service: RabbitSettings,
154
redis_service: RedisSettings,
155
scheduling_mode: SchedulingMode,
+ monkeypatch: pytest.MonkeyPatch,
156
) -> EnvVarsDict:
157
- return setenvs_from_dict(
+ setenvs_from_dict(
158
monkeypatch,
159
{
160
- **app_environment,
161
"DYNAMIC_SCHEDULER_SCHEDULING_MODE": scheduling_mode,
162
},
163
)
+ return app_environment
164
165
166
0 commit comments