summaryrefslogtreecommitdiff
path: root/archaeological_operations/tests.py
diff options
context:
space:
mode:
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