Fixed tests

refs f10f224668
This commit is contained in:
Naz 2022-05-11 11:00:11 +08:00 committed by naz
parent 2c770c4455
commit 586af2500c

View File

@ -1,7 +1,7 @@
const {agentProvider, fixtureManager, matchers, mockManager} = require('../../utils/e2e-framework');
const {anyErrorId, stringMatching, anyObjectId, anyLocationFor, anyISODateTime, anyEtag} = matchers;
describe('API Versioning', function () {
describe.only('API Versioning', function () {
describe('Admin API', function () {
let agentAdminAPI;