We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3a9ad commit e1ff73dCopy full SHA for e1ff73d
test/sasl/test_gssapi.py
@@ -32,7 +32,7 @@ def mocked_message_wrapper(msg, *args):
32
while not gssapi.is_done():
33
send_token = gssapi.auth_bytes()
34
receive_token = send_token # not realistic, but enough for testing
35
- if send_token == b'\x00cbar@foo': # final wrapped message
+ if send_token == b'\x01ompletebar@foo': # final wrapped message
36
receive_token = b'' # final message gets an empty response
37
gssapi.receive(receive_token)
38
if client_ctx.step.call_count == 3:
0 commit comments