Skip to content

Commit e1ff73d

Browse files
committed
fixup gssapi unit test
1 parent 3b3a9ad commit e1ff73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sasl/test_gssapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def mocked_message_wrapper(msg, *args):
3232
while not gssapi.is_done():
3333
send_token = gssapi.auth_bytes()
3434
receive_token = send_token # not realistic, but enough for testing
35-
if send_token == b'\x00cbar@foo': # final wrapped message
35+
if send_token == b'\x01ompletebar@foo': # final wrapped message
3636
receive_token = b'' # final message gets an empty response
3737
gssapi.receive(receive_token)
3838
if client_ctx.step.call_count == 3:

0 commit comments

Comments
 (0)