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 8338b3f commit 9466088Copy full SHA for 9466088
tests/test_wstrust.py
@@ -94,5 +94,5 @@ def test_token_parsing_happy_path(self):
94
rst_body = f.read()
95
result = parse_token_by_re(rst_body)
96
self.assertEqual(result.get("type"), SAML_TOKEN_TYPE_V1)
97
- self.assertIn("<saml:Assertion", result.get("token", ""))
+ self.assertIn(b"<saml:Assertion", result.get("token", ""))
98
0 commit comments