We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a546ab9 commit 40520b7Copy full SHA for 40520b7
test/test_redis_session.py
@@ -39,7 +39,7 @@ def setUp(self):
39
40
# redefine the session db's as redis.
41
self.db.config.SESSIONDB_BACKEND = "redis"
42
- self.db.config.SESSIONDB_REDIS_URL = 'redis://:roundupSysadmin@localhost:6379/15?health_check_interval=2'
+ self.db.config.SESSIONDB_REDIS_URL = 'redis://localhost:6379/15?health_check_interval=2'
43
self.db.Session = None
44
self.db.Otk = None
45
self.sessions = self.db.getSessionManager()
0 commit comments