Skip to content

Commit

Permalink
fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Nov 19, 2024
1 parent b41b705 commit 03a37a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ async def test_container_docker_error(
def _expected_error_string(status_code: int) -> dict[str, Any]:
return {
"errors": [
f"An unexpected Docker error occurred status_code={status_code}, message='aiodocker_mocked_error'"
f"An unexpected Docker error occurred status_code={status_code}, message=aiodocker_mocked_error"
]
}

Expand Down

0 comments on commit 03a37a6

Please sign in to comment.