diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-08-31 18:24:38 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 09:58:48 +0200 |
commit | 51a961ed547abbf5ff1e71c15e0e5b3f8b57bc91 (patch) | |
tree | b8b8840287a7b25855445f3c69e033132b222271 /ishtar_common/tests.py | |
parent | dbd550b709066fa63a51443c9f1f7c76b6937b10 (diff) | |
download | Ishtar-51a961ed547abbf5ff1e71c15e0e5b3f8b57bc91.tar.bz2 Ishtar-51a961ed547abbf5ff1e71c15e0e5b3f8b57bc91.zip |
Put geo map detail in experimental features
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r-- | ishtar_common/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |