Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Jul 1, 2022
1 parent ff43dcd commit 256d35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/dynamic-sidecar/tests/unit/test_api_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ async def test_containers_down_missing_spec(
query_string=dict(command_timeout=DEFAULT_COMMAND_TIMEOUT),
)
assert response.status_code == status.HTTP_404_NOT_FOUND, response.text
assert response.json() == {"detail": "No spec for docker-compose down was found"}
assert "found" in response.json()["detail"]


async def test_containers_get(
Expand Down

0 comments on commit 256d35f

Please sign in to comment.