mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix acceptance tests
This commit is contained in:
parent
ba2c4768d0
commit
8d044b7f13
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ rclient = require("redis").createClient() # Only works locally for now
|
|||
|
||||
flushAndGetCompressedUpdates = (doc_id, callback = (error, updates) ->) ->
|
||||
request.post {
|
||||
url: "http://localhost:3014/doc/#{doc_id}/flush"
|
||||
url: "http://localhost:3015/doc/#{doc_id}/flush"
|
||||
}, (error, response, body) =>
|
||||
response.statusCode.should.equal 204
|
||||
db.docHistory
|
||||
|
|
Loading…
Reference in a new issue