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 15925ff commit 1106371Copy full SHA for 1106371
test/rest_common.py
@@ -3974,7 +3974,8 @@ def wh(s):
3974
self.dummy_client.main()
3975
# user will be 1 as there is no auth
3976
self.assertTrue('1', self.db.getuid())
3977
- self.assertEqual(out[0], b'Invalid Login - Invalid audience')
+ self.assertIn(out[0], [b'Invalid Login - Invalid audience',
3978
+ b"Invalid Login - Audience doesn't match"])
3979
3980
@skip_jwt
3981
def test_bad_roles_jwt(self):
0 commit comments