flake8
This commit is contained in:
parent
210789a5fe
commit
a9549030f4
2 changed files with 3 additions and 1 deletions
|
@ -2172,7 +2172,8 @@ class TestPyLast(unittest.TestCase):
|
|||
msg = str(exc)
|
||||
|
||||
# Assert
|
||||
self.assertEqual(msg, "Unauthorized Token - This token has not been issued")
|
||||
self.assertEqual(msg,
|
||||
"Unauthorized Token - This token has not been issued")
|
||||
|
||||
|
||||
@flaky(max_runs=5, min_passes=1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue