Skip to content

Commit 7cb7c50

Browse files
committed
Fix wrong type
1 parent 651d1bd commit 7cb7c50

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
@@ -113,7 +113,7 @@ def test_no_configuration_protocol_support_with_errors_ignored(Telnet):
113113
call(b'version\n'),
114114
call(b'config get cluster\n'),
115115
])
116-
eq_(info['version'], '1.4.34')
116+
eq_(info['version'], b'1.4.34')
117117
eq_(info['nodes'], [('test', 0)])
118118

119119

0 commit comments

Comments
 (0)