diff options
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 |
commit | 62ebb037781a1df38191823cc44a06726bc28683 (patch) | |
tree | d4597cfe77cc7854749d41f980e2bde18b3134af /archaeological_operations/tests.py | |
parent | 9c62a2b2019a0c30fadf7413652b8d0b1fc7f748 (diff) | |
download | Ishtar-62ebb037781a1df38191823cc44a06726bc28683.tar.bz2 Ishtar-62ebb037781a1df38191823cc44a06726bc28683.zip |
Improve document generation perf
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r-- | archaeological_operations/tests.py | 2 |
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 |