Skip to content

Commit

Permalink
fixed logged error in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycoates committed Aug 2, 2019
1 parent a6b43c9 commit 20c063d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ module.exports = {
app.use(wpm);
assets.setMiddleware(wpm);
expressWs(app, null, { perMessageDeflate: false });
app.ws('/api/ws', require('../server/routes/ws'));
routes(app);
app.ws('/api/ws', require('../server/routes/ws'));
tests(app);
wpm.waitUntilValid(() => {
server = app.listen(8000, resolve);
Expand Down

0 comments on commit 20c063d

Please sign in to comment.