Skip to content

Commit 31e2dc4

Browse files
committed
fixed test
1 parent 1d1ef00 commit 31e2dc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/dynamic-sidecar/tests/unit/test_api_rest_containers.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,12 @@ def app(app: FastAPI) -> FastAPI:
183183

184184

185185
@pytest.fixture
186-
def test_client(
186+
async def test_client(
187187
ensure_shared_store_dir: Path,
188-
ensure_run_in_sequence_context_is_empty: None,
189188
ensure_external_volumes: tuple[DockerVolume],
190-
cleanup_containers: AsyncIterator[None],
191189
test_client: TestClient,
190+
cleanup_containers: AsyncIterator[None],
191+
ensure_run_in_sequence_context_is_empty: None,
192192
) -> TestClient:
193193
"""creates external volumes and provides a client to dy-sidecar service"""
194194
return test_client

0 commit comments

Comments
 (0)