diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-09 20:39:08 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-09 20:39:08 +0200 |
commit | 67c92cbbd528180be6e35717297391e891d1540c (patch) | |
tree | 0cf74366ae074bdd70ca389b1d77b5aaefc32f05 /archaeological_operations/tests.py | |
parent | 6ee8c39a2e8e053810bea643fdf0f8c3fa21374b (diff) | |
download | Ishtar-67c92cbbd528180be6e35717297391e891d1540c.tar.bz2 Ishtar-67c92cbbd528180be6e35717297391e891d1540c.zip |
Fix tests with bad initialization
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 a8d627dd5..dd294550e 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -494,7 +494,7 @@ class OperationInitTest(object): self.operations.append(create_operation(user, orga)) return self.operations - def get_default_operation(self): + def get_default_operation(self, force=False): return self.create_operation()[0] def tearDown(self): |