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:
Daniel Lockyer 2022-04-15 16:24:07 +01:00
parent 4a4b0cc8a6
commit f432ee9aa6
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

View File

@ -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