summaryrefslogtreecommitdiff
path: root/ishtar_common/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-06-07 11:09:35 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-06-12 10:46:13 +0200
commitfdd0231543be132b846e3bf12127cd01860f55bf (patch)
treed605a5b6bc1aa62d20631a965fc6bd6fd341bc86 /ishtar_common/tests.py
parent52f6b37f1a1deac66f0b84c466be6c8dab277514 (diff)
downloadIshtar-fdd0231543be132b846e3bf12127cd01860f55bf.tar.bz2
Ishtar-fdd0231543be132b846e3bf12127cd01860f55bf.zip
Fix tests and fixtures for new document management (refs #4107)
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r--ishtar_common/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py
index b28dde5ec..8d85e3cba 100644
--- a/ishtar_common/tests.py
+++ b/ishtar_common/tests.py
@@ -1220,7 +1220,7 @@ class ShortMenuTest(TestCase):
session.save()
response = c.get(reverse('shortcut-menu'))
self.assertEqual(response.status_code, 200)
- response = c.get(reverse('get-findsource'))
+ response = c.get(reverse('get-document'))
self.assertEqual(response.status_code, 200)