diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-08-31 18:24:38 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-10-25 12:06:03 +0200 |
commit | 3057285ffd5cffedccbb1dbd1361c857137d6bca (patch) | |
tree | f80dd740fb78ca5e638fa98c853ea8344d70036b /ishtar_common/tests.py | |
parent | 2b60ed096578912270e393c1c4e8d7516dea70a7 (diff) | |
download | Ishtar-3057285ffd5cffedccbb1dbd1361c857137d6bca.tar.bz2 Ishtar-3057285ffd5cffedccbb1dbd1361c857137d6bca.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 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 |