From 51a961ed547abbf5ff1e71c15e0e5b3f8b57bc91 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 31 Aug 2021 18:24:38 +0200 Subject: Put geo map detail in experimental features --- ishtar_common/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/tests.py') diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index 014940c08..a8e5eac6c 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -3699,6 +3699,7 @@ class SeleniumTests(StaticLiveServerTestCase): profile.context_record = True profile.find = True profile.warehouse = True + profile.experimental_feature = True profile.save() # login -- cgit v1.2.3