Skip to content

Commit

Permalink
Flake8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 9, 2018
1 parent 060f17a commit 372535f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ def test_multi_challenge(self):

self.assertEqual(response.status, 401)
self.assertEqual(response.headers['WWW-Authenticate'],
['basic realm="unit test"',
'basic realm="second realm"'])
['basic realm="unit test"',
'basic realm="second realm"'])

def test_resetCredentials(self):

Expand All @@ -148,4 +148,4 @@ def test_resetCredentials(self):
def test_suite():
return unittest.TestSuite((
unittest.makeSuite(HTTPBasicAuthHelperTests),
))
))

0 comments on commit 372535f

Please sign in to comment.