diff options
Diffstat (limited to 'tests/regressiontests/conditional_processing/models.py')
| -rw-r--r-- | tests/regressiontests/conditional_processing/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/regressiontests/conditional_processing/models.py b/tests/regressiontests/conditional_processing/models.py index 48fe01143f..0f9bb52b52 100644 --- a/tests/regressiontests/conditional_processing/models.py +++ b/tests/regressiontests/conditional_processing/models.py @@ -16,6 +16,8 @@ EXPIRED_ETAG = '7fae4cd4b0f81e7d2914700043aa8ed6' class ConditionalGet(TestCase): + urls = 'regressiontests.conditional_processing.urls' + def assertFullResponse(self, response, check_last_modified=True, check_etag=True): self.assertEqual(response.status_code, 200) self.assertEqual(response.content, FULL_RESPONSE) |
