From f60993b042b5ca597d682a48600d77582e810a61 Mon Sep 17 00:00:00 2001 From: Eneko Lakasta Date: Tue, 8 May 2018 14:41:16 +0200 Subject: [PATCH] re-organize no api key token provided tests - explain tests --- test/acceptance/auth/authorization-basic-use-cases.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/acceptance/auth/authorization-basic-use-cases.js b/test/acceptance/auth/authorization-basic-use-cases.js index 9657ebcb..58db5775 100644 --- a/test/acceptance/auth/authorization-basic-use-cases.js +++ b/test/acceptance/auth/authorization-basic-use-cases.js @@ -138,8 +138,8 @@ describe('Basic authorization use cases', function () { ); }); - describe('No api key provided fallback', function () { - it("succeed with default", function (done) { + describe('No api key provided - fallback to default_public', function () { + it("succeed with default - public dataset", function (done) { var layergroup = singleLayergroupConfig(pointSqlPublic, '#layer { marker-fill:red; }'); assert.response(server, @@ -162,7 +162,7 @@ describe('Basic authorization use cases', function () { ); }); - it("fail with default", function (done) { + it("fail with default - private dataset", function (done) { var layergroup = singleLayergroupConfig(pointSqlMaster, '#layer { marker-fill:red; }'); assert.response(server,