Update error message for test_init_with_token
https://github.com/pylast/pylast/pull/198#issuecomment-279208373
This commit is contained in:
parent
3de3c55244
commit
210789a5fe
|
@ -2172,7 +2172,7 @@ class TestPyLast(unittest.TestCase):
|
||||||
msg = str(exc)
|
msg = str(exc)
|
||||||
|
|
||||||
# Assert
|
# Assert
|
||||||
self.assertEqual(msg, "Invalid authentication token supplied")
|
self.assertEqual(msg, "Unauthorized Token - This token has not been issued")
|
||||||
|
|
||||||
|
|
||||||
@flaky(max_runs=5, min_passes=1)
|
@flaky(max_runs=5, min_passes=1)
|
||||||
|
|
Loading…
Reference in a new issue