Skip to content

Commit 6fee729

Browse files
committed
test: vsock: fix typo
recieved -> received Signed-off-by: Patrick Roy <[email protected]>
1 parent b99bfce commit 6fee729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/functional/test_vsock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def test_vsock_transport_reset_h2g(
189189
response = worker.sock.recv(32)
190190
assert (
191191
response == b""
192-
), f"Connection not closed: response recieved '{response.decode('utf-8')}'"
192+
), f"Connection not closed: response received '{response.decode('utf-8')}'"
193193
except (SocketTimeout, ConnectionResetError, BrokenPipeError):
194194
pass
195195

0 commit comments

Comments
 (0)