Merge pull request #65 from das7pad/hotfix-redis-config

[redis] use the correct instance for the real time updates
This commit is contained in:
Jakob Ackermann 2020-02-12 13:21:04 +01:00 committed by GitHub
commit 82ab2f7d14

View file

@ -13,7 +13,7 @@ describe "DispatchManager", ->
"logger-sharelatex": @logger = { log: sinon.stub(), error: sinon.stub(), warn: sinon.stub() }
"settings-sharelatex": @settings =
redis:
realtime: {}
documentupdater: {}
"redis-sharelatex": @redis = {}
"./RateLimitManager": {}
"./Errors": Errors