Rephrasing

This commit is contained in:
reverend 2020-09-14 15:16:31 +02:00
parent 1a8da002cf
commit 79ed029db0
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class ViewTestCase(TestCase):
'''
self.assertEqual(
response.status_code, code,
"Expected an HTTP %s response, but got HTTP %s" % (
msg='Expecting an HTTP %s response, but got HTTP %s' % (
code,
response.status_code
)