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 b41b705 commit 03a37a6Copy full SHA for 03a37a6
services/dynamic-sidecar/tests/unit/test_api_rest_containers.py
@@ -480,7 +480,7 @@ async def test_container_docker_error(
480
def _expected_error_string(status_code: int) -> dict[str, Any]:
481
return {
482
"errors": [
483
- 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"
484
]
485
}
486
0 commit comments