mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03: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
@ -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…
Reference in New Issue
Block a user