Fix acceptance tests

This commit is contained in:
James Allen 2014-03-03 13:36:05 +00:00
parent ba2c4768d0
commit 8d044b7f13

View file

@ -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