mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Fixed linting re: skipped tests
refs 4a4b0cc8a6
- we're temporarily skipping the tests until they're fixed but then
linting started failing........
This commit is contained in:
parent
4a4b0cc8a6
commit
f432ee9aa6
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,7 @@ describe('API Versioning', function () {
|
|||
});
|
||||
});
|
||||
|
||||
// eslint-disable-next-line ghost/mocha/no-skipped-tests
|
||||
it.skip('responds with error requested version is AHEAD and CANNOT respond', async function () {
|
||||
// CASE 2: If accept-version is behind, send a 406 & tell them the client needs updating.
|
||||
await agentAdminAPI
|
||||
|
@ -69,6 +70,7 @@ describe('API Versioning', function () {
|
|||
});
|
||||
});
|
||||
|
||||
// eslint-disable-next-line ghost/mocha/no-skipped-tests
|
||||
it.skip('responds with error when requested version is BEHIND and CANNOT respond', async function () {
|
||||
// CASE 2: If accept-version is behind, send a 406 & tell them the client needs updating.
|
||||
await agentAdminAPI
|
||||
|
|
Loading…
Add table
Reference in a new issue