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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue