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 3ef79e2 commit 8774766Copy full SHA for 8774766
tests/t_spnego.py
@@ -12,3 +12,7 @@
12
r = sess.get(url, auth=HTTPKerberosAuth())
13
if r.status_code != 200:
14
raise ValueError('Spnego failed')
15
+
16
+ c = r.cookies
17
+ if not c.get("gssapi_session").startswith("MagBearerToken="):
18
+ raise ValueError('gssapi_session not set')
0 commit comments