Skip to content

Commit abdffea

Browse files
committed
Fixed test
1 parent d55062b commit abdffea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def test_no_configuration_protocol_support_with_errors_ignored(Telnet):
108108
call(b'version\n'),
109109
call(b'config get cluster\n'),
110110
])
111-
eq_(info['version'], '1.4.34')
111+
eq_(info['version'], b'1.4.34')
112112
eq_(info['nodes'], ['test:0'])
113113

114114

0 commit comments

Comments
 (0)