mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 15:53:28 +00:00
upgrade django to 2.2 (#4620)
This commit is contained in:
@@ -252,7 +252,7 @@ class TermsAndConditionsTests(TestCase):
|
||||
self.assertContains(slug_response, 'Terms and Conditions')
|
||||
|
||||
LOGGER.debug('Test /terms/view/site-terms/1.5')
|
||||
version_response = self.client.get(self.terms3.get_absolute_url(), follow=True)
|
||||
version_response = self.client.get('/terms/view/site-terms/1.0', follow=True)
|
||||
self.assertContains(version_response, 'Terms and Conditions')
|
||||
|
||||
def test_user_pipeline(self):
|
||||
|
Reference in New Issue
Block a user