mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
Tests revert url
This commit is contained in:
parent
21cae7f261
commit
39f306e93e
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue