Skip to content

Commit

Permalink
restore 14-tags_spec.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Dec 18, 2024
1 parent b5f10a2 commit 265efa8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/02-integration/04-admin_api/14-tags_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 265efa8

Please sign in to comment.