summaryrefslogtreecommitdiff
path: root/archaeological_operations/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-16 19:44:31 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-28 12:15:24 +0100
commit62ebb037781a1df38191823cc44a06726bc28683 (patch)
treed4597cfe77cc7854749d41f980e2bde18b3134af /archaeological_operations/tests.py
parent9c62a2b2019a0c30fadf7413652b8d0b1fc7f748 (diff)
downloadIshtar-62ebb037781a1df38191823cc44a06726bc28683.tar.bz2
Ishtar-62ebb037781a1df38191823cc44a06726bc28683.zip
Improve document generation perf
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r--archaeological_operations/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py
index 287b01013..d8c61c642 100644
--- a/archaeological_operations/tests.py
+++ b/archaeological_operations/tests.py
@@ -2562,7 +2562,7 @@ class RegisterTest(TestCase, OperationInitTest):
self.act_types, self.admin_acts = create_administrativact(
self.user, self.operations[0])
- def testSearch(self):
+ def test_search(self):
c = Client()
response = c.get(reverse('get-administrativeact'), {'year': '2014'})
# no result when no authentication