From 62ebb037781a1df38191823cc44a06726bc28683 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 16 Feb 2021 19:44:31 +0100 Subject: Improve document generation perf --- archaeological_operations/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations/tests.py') 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 -- cgit v1.2.3