Skip to content

Commit 40520b7

Browse files
committed
remove password from redis url.
1 parent a546ab9 commit 40520b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_redis_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def setUp(self):
3939

4040
# redefine the session db's as redis.
4141
self.db.config.SESSIONDB_BACKEND = "redis"
42-
self.db.config.SESSIONDB_REDIS_URL = 'redis://:roundupSysadmin@localhost:6379/15?health_check_interval=2'
42+
self.db.config.SESSIONDB_REDIS_URL = 'redis://localhost:6379/15?health_check_interval=2'
4343
self.db.Session = None
4444
self.db.Otk = None
4545
self.sessions = self.db.getSessionManager()

0 commit comments

Comments
 (0)