You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Such test fails for some reason with example project:
def test_append_slash(self):
response = self.client.get('/ru/about') # no slash at the end
self.assertEqual(response.status_code, 301)
response = self.client.get(response['Location'])
self._base_page_check(response, "ru", "about")
Tried with django 1.7.4
The text was updated successfully, but these errors were encountered:
Such test fails for some reason with example project:
Tried with django 1.7.4
The text was updated successfully, but these errors were encountered: