diff --git a/gluon/tests/test_redis.py b/gluon/tests/test_redis.py index ff6dfd11..2edae518 100644 --- a/gluon/tests/test_redis.py +++ b/gluon/tests/test_redis.py @@ -33,7 +33,7 @@ class TestRedis(unittest.TestCase): current.response = response current.session = session self.current = current - rconn = RConn(host='redis') + rconn = RConn(host='localhost') self.db = RedisSession(redis_conn=rconn, session_expiry=False) self.tname = 'testtablename' return current