Skip to content

Commit

Permalink
Merge pull request #3 from ArteGEIE/python_module
Browse files Browse the repository at this point in the history
syntax correction
  • Loading branch information
paje authored Apr 18, 2018
2 parents ab636a6 + 23e98cd commit 09810ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cacheunittest.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,6 @@ def assertBackend(self, response, backend):
self.assertEqual(response.headers['X-Back'].lower(), backend.lower())

def assertRedirectURL(self, response, url):
self.assertEqual(response.reason.lower(), url.lower())
self.assertEqual(response.location.lower(), url.lower())


0 comments on commit 09810ff

Please sign in to comment.