Update error message for test_init_with_token

https://github.com/pylast/pylast/pull/198#issuecomment-279208373
This commit is contained in:
Hugo 2017-02-13 09:01:04 +02:00 committed by GitHub
parent 3de3c55244
commit 210789a5fe

View file

@ -2172,7 +2172,7 @@ class TestPyLast(unittest.TestCase):
msg = str(exc)
# 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)