Tests revert url

This commit is contained in:
adi 2019-12-26 23:57:47 +01:00
parent 21cae7f261
commit 39f306e93e

View file

@ -10,7 +10,7 @@ except ImportError: # Djanago < 2.0
class SimpleTest(TestCase):
def test_me(self):
response = self.client.get('/')
response = self.client.get('/testview/')
self.assertEqual(response.status_code, 200)
def test_upload(self):