Skip to content

Commit

Permalink
Fixed channels/webhooks tests
Browse files Browse the repository at this point in the history
no issue

- i saw that the channels routing tests were sometimes not running in Travis

e.g. https://travis-ci.org/TryGhost/Ghost/jobs/311303939
> Channel Routes
> Unhandled rejection Error: select "webhooks".* from "webhooks" where "event" = 'subscriber.added' - SQLITE_ERROR: no such table: webhooks
  • Loading branch information
kirrg001 committed Dec 4, 2017
1 parent 3e48225 commit e895b2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/test/functional/routes/apps/subscribers/routing_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ describe('Subscriber: Routing', function () {
});
});

after(testUtils.teardown);

after(function () {
return ghostServer.stop();
});
Expand Down

0 comments on commit e895b2c

Please sign in to comment.