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-25 09:54:49 +0100 |
| commit | 13e838988e0a32e0ef54c15d90c8df2f92dad853 (patch) | |
| tree | 4444b7cfa643af842545c4df67158989941a0eb4 /archaeological_operations | |
| parent | d297ccbd9a3da754294cbc174db4242184378aab (diff) | |
| download | Ishtar-13e838988e0a32e0ef54c15d90c8df2f92dad853.tar.bz2 Ishtar-13e838988e0a32e0ef54c15d90c8df2f92dad853.zip | |
✨ imports - key matches: use unicode on keys
Diffstat (limited to 'archaeological_operations')
| -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 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] |
