Removed stray .only statement in tests

refs 06a6dcb2d1
This commit is contained in:
Naz 2021-08-06 18:15:32 +04:00
parent 06a6dcb2d1
commit af74e0c89d

View File

@ -10,7 +10,7 @@ const localUtils = require('./utils');
const ghost = testUtils.startGhost;
let request;
describe.only('Posts API (canary)', function () {
describe('Posts API (canary)', function () {
let ghostServer;
before(function () {