diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-02-24 10:08:57 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-02-24 15:22:18 +0100 |
| commit | 9c7b8c1af2ada539608b2a07fde1c5f9f8323338 (patch) | |
| tree | 4789de876ad6ae4ae15a3987d095cd236d29a78c /archaeological_operations/tests.py | |
| parent | 43991603ca713b853c3bdfca284054e78af77a41 (diff) | |
| download | Ishtar-9c7b8c1af2ada539608b2a07fde1c5f9f8323338.tar.bz2 Ishtar-9c7b8c1af2ada539608b2a07fde1c5f9f8323338.zip | |
✨ imports - key matches: use unicode on keys
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 fd7173a46..5661e8505 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] |
