Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit e9b8b8e

Browse files
author
David Robertson
committed
Fix unit test
1 parent 78e9c73 commit e9b8b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/replication/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def connect_any_redis_attempts(self):
424424
clients = self.reactor.tcpClients
425425
while clients:
426426
(host, port, client_factory, _timeout, _bindAddress) = clients.pop(0)
427-
self.assertEqual(host, b"localhost")
427+
self.assertEqual(host, "localhost")
428428
self.assertEqual(port, 6379)
429429

430430
client_protocol = client_factory.buildProtocol(None)

0 commit comments

Comments
 (0)