summaryrefslogtreecommitdiff
path: root/horizon/test/unit/test_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/test/unit/test_base.py')
-rw-r--r--horizon/test/unit/test_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/horizon/test/unit/test_base.py b/horizon/test/unit/test_base.py
index 6e066f5c2..8a40d77fd 100644
--- a/horizon/test/unit/test_base.py
+++ b/horizon/test/unit/test_base.py
@@ -375,7 +375,7 @@ class GetUserHomeTests(test.TestCase):
base.Horizon.get_user_home(self.test_user))
def test_using_module_function(self):
- module_func = 'django.utils.encoding.force_text'
+ module_func = 'django.utils.encoding.force_str'
settings.HORIZON_CONFIG['user_home'] = module_func
conf.HORIZON_CONFIG._setup()