fixed acceptence tests

This commit is contained in:
Henry Oswald 2014-10-07 12:31:16 +01:00
parent 5ff8983528
commit c137e05bfd

View file

@ -13,7 +13,7 @@ module.exports = MockTrackChangesApi =
else
res.send 204
app.listen 3014, (error) ->
app.listen 3015, (error) ->
throw error if error?
MockTrackChangesApi.run()