Rephrasing

This commit is contained in:
reverend 2020-09-14 15:16:31 +02:00
parent 1a8da002cf
commit 79ed029db0

View File

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