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 b99bfce commit 6fee729Copy full SHA for 6fee729
tests/integration_tests/functional/test_vsock.py
@@ -189,7 +189,7 @@ def test_vsock_transport_reset_h2g(
189
response = worker.sock.recv(32)
190
assert (
191
response == b""
192
- ), f"Connection not closed: response recieved '{response.decode('utf-8')}'"
+ ), f"Connection not closed: response received '{response.decode('utf-8')}'"
193
except (SocketTimeout, ConnectionResetError, BrokenPipeError):
194
pass
195
0 commit comments