mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Removed .only from regression test
This commit is contained in:
parent
c65c9c1e5e
commit
7986cb3171
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ describe('Integration - Web - Site', function () {
|
|||
});
|
||||
|
||||
describe('behaviour: default cases', function () {
|
||||
it.only('serve post', function () {
|
||||
it('serve post', function () {
|
||||
const req = {
|
||||
secure: true,
|
||||
method: 'GET',
|
||||
|
|
Loading…
Add table
Reference in a new issue