diff --git a/spec/02-integration/04-admin_api/14-tags_spec.lua b/spec/02-integration/04-admin_api/14-tags_spec.lua index 9c08ed41cf9..c10e78ef65e 100644 --- a/spec/02-integration/04-admin_api/14-tags_spec.lua +++ b/spec/02-integration/04-admin_api/14-tags_spec.lua @@ -6,8 +6,7 @@ local cjson = require "cjson" -- This test we test on the correctness of the admin API response so that -- we can ensure the right function (page()) is executed. describe("Admin API - tags", function() - -- for _, strategy in helpers.all_strategies() do - for _, strategy in ipairs({"off"}) do + for _, strategy in helpers.all_strategies() do describe("/entities?tags= with DB: #" .. strategy, function() local client, bp @@ -157,7 +156,7 @@ describe("Admin API - tags", function() assert.equals("invalid option (tags: invalid filter syntax)", json.message) end) - it("returns the correct 'next' arg #ttt", function() + it("returns the correct 'next' arg", function() local tags_arg = 'tags=corp_%20a' local res = assert(client:send { method = "GET",