mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-01-11 02:17:45 +01:00
Increase maxDiff for test_authenticate_wrong_credentials.
This commit is contained in:
parent
f492adfeff
commit
bfaabcad58
@ -193,6 +193,7 @@ class AuthenticateAuthenticationToken(unittest.TestCase):
|
||||
|
||||
err = "[403] ForbiddenOperationException: " \
|
||||
"'Invalid credentials. Invalid username or password.'"
|
||||
self.maxDiff = 5000
|
||||
self.assertEqual(str(cm.exception), err)
|
||||
|
||||
@unittest.skipIf(should_skip_cred_test(),
|
||||
|
Loading…
Reference in New Issue
Block a user