diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-08-31 18:24:38 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-09-01 12:36:46 +0200 |
commit | 3e62918a61fce7910ad70d7beb81b7247b93e575 (patch) | |
tree | b3e3b54ee5fbf5e70854a20bc7c08842a2301617 /ishtar_common/tests.py | |
parent | eaa5572d612e76ea8f55a27ddb7143d3a7385ab3 (diff) | |
download | Ishtar-3e62918a61fce7910ad70d7beb81b7247b93e575.tar.bz2 Ishtar-3e62918a61fce7910ad70d7beb81b7247b93e575.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 |