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 f3d7230 commit 1ee17a7Copy full SHA for 1ee17a7
services/dynamic-sidecar/tests/unit/test_api_rest_containers.py
@@ -124,8 +124,7 @@ async def _start_containers(
124
response = await test_client.get(f"/task/{task_id}/result")
125
assert response.status_code == status.HTTP_200_OK
126
result_response = response.json()
127
- assert result_response["error"] is None
128
- response_containers = result_response["result"]
+ response_containers = result_response
129
130
shared_store: SharedStore = test_client.application.state.shared_store
131
container_names = shared_store.container_names
0 commit comments