From 1c1b9021db8c75daaf92e74e23df293f72955541 Mon Sep 17 00:00:00 2001 From: kirrg001 Date: Mon, 28 Jan 2019 10:03:57 +0100 Subject: [PATCH] Removed .only from core/test/unit/api/v2/index_spec.js no issue - oops --- core/test/unit/api/v2/index_spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/test/unit/api/v2/index_spec.js b/core/test/unit/api/v2/index_spec.js index b1d8a2d780..53653a8573 100644 --- a/core/test/unit/api/v2/index_spec.js +++ b/core/test/unit/api/v2/index_spec.js @@ -6,6 +6,7 @@ describe('Unit: v2/utils/index', function () { afterEach(function () { sinon.restore(); }); + describe('isContentAPI', function () { it('is truthy when having api key of content type', function () { const frame = { @@ -21,7 +22,7 @@ describe('Unit: v2/utils/index', function () { should(utils.isContentAPI(frame)).equal(true); }); - it.only('is falsy when having api key and a user', function () { + it('is falsy when having api key and a user', function () { const frame = { options: { context: {