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 1d1ef00 commit 31e2dc4Copy full SHA for 31e2dc4
services/dynamic-sidecar/tests/unit/test_api_rest_containers.py
@@ -183,12 +183,12 @@ def app(app: FastAPI) -> FastAPI:
183
184
185
@pytest.fixture
186
-def test_client(
+async def test_client(
187
ensure_shared_store_dir: Path,
188
- ensure_run_in_sequence_context_is_empty: None,
189
ensure_external_volumes: tuple[DockerVolume],
190
- cleanup_containers: AsyncIterator[None],
191
test_client: TestClient,
+ cleanup_containers: AsyncIterator[None],
+ ensure_run_in_sequence_context_is_empty: None,
192
) -> TestClient:
193
"""creates external volumes and provides a client to dy-sidecar service"""
194
return test_client
0 commit comments