Skip to content

Commit 1ee17a7

Browse files
author
Andrei Neagu
committed
fixed broken tests
1 parent f3d7230 commit 1ee17a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ async def _start_containers(
124124
response = await test_client.get(f"/task/{task_id}/result")
125125
assert response.status_code == status.HTTP_200_OK
126126
result_response = response.json()
127-
assert result_response["error"] is None
128-
response_containers = result_response["result"]
127+
response_containers = result_response
129128

130129
shared_store: SharedStore = test_client.application.state.shared_store
131130
container_names = shared_store.container_names

0 commit comments

Comments
 (0)