From 799a1f7ca0dea13bb53794c297ed768f51864f9e 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 50ccf1738..52f4190de 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -3619,6 +3619,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