summaryrefslogtreecommitdiff
path: root/archaeological_operations
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2026-04-14 15:10:30 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-04-14 15:15:42 +0200
commit3a73f4dde50bb5e3000d45aa10de5463cd86c6aa (patch)
tree4068d92b099efb16e0517df2eda3902b4579d152 /archaeological_operations
parent836504d0857b92fcba3e611ea72119ef951db37c (diff)
downloadIshtar-3a73f4dde50bb5e3000d45aa10de5463cd86c6aa.tar.bz2
Ishtar-3a73f4dde50bb5e3000d45aa10de5463cd86c6aa.zip
🧪 fix tests for admin "copy price agreement"
Diffstat (limited to 'archaeological_operations')
-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 ec5c86ed7..f7b5d19c3 100644
--- a/archaeological_operations/tests.py
+++ b/archaeological_operations/tests.py
@@ -123,7 +123,7 @@ class FileInit:
def create_file(self):
self.extra_models, self.model_list = {}, []
self.user, created = User.objects.get_or_create(
- username="username", is_superuser=True
+ username="username", is_superuser=True, is_staff=True
)
self.user.set_password("tralala")
self.user.save()