From dbefccd512ffed5e7d7d365f20f76720651cd578 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 30 Jan 2017 12:22:19 +0100 Subject: Fix test settings --- ishtar_common/tests.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ishtar_common/tests.py') diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index d3c6eed4b..3273db19b 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -346,6 +346,9 @@ class ShortMenuTest(TestCase): 'John', "nomail@nomail.com", self.password) profile = models.get_current_profile() profile.files = True + profile.context_record = True + profile.find = True + profile.warehouse = True profile.save() def _create_ope(self, user=None): -- cgit v1.2.3