mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 19:42:53 +00:00
fixed acceptence tests
This commit is contained in:
parent
5ff8983528
commit
c137e05bfd
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue