Fixed errant .only in tests

refs 16bfb3fa41
This commit is contained in:
Kevin Ansfield 2020-10-16 18:05:18 +01:00
parent 16bfb3fa41
commit 49ceafc4eb

View File

@ -10,7 +10,7 @@ const ghost = testUtils.startGhost;
let request;
describe.only('Snippets API', function () {
describe('Snippets API', function () {
after(function () {
sinon.restore();
});