1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

python/samba/tests: py_gensec_update takes bytes as param

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Noel Power 2018-06-18 11:55:31 +01:00 committed by Andrew Bartlett
parent 3451c5e7fb
commit 0fd8c69ec1

View File

@ -259,7 +259,7 @@ class DNSTKeyTest(DNSTest):
self.g.start_mech_by_name("spnego")
finished = False
client_to_server = ""
client_to_server = b""
(finished, server_to_client) = self.g.update(client_to_server)
self.assertFalse(finished)