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 5a57b00f6..3621469ef 100644
--- a/archaeological_operations/tests.py
+++ b/archaeological_operations/tests.py
@@ -254,7 +254,7 @@ class ImportTest(BaseImportTest):
# target for another user
username, password, user = create_user()
another_user = IshtarUser.objects.get(pk=user.pk)
- tgs = list(TargetKey.objects.filter(key="neolithik").all())
+ tgs = list(TargetKey.objects.filter(key="néolithik").all())
for tg in tgs[1:]:
tg.delete()
target4 = tgs[0]