Skip to content

Commit

Permalink
restore 14-tags_spec.lua (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Dec 18, 2024
1 parent 265efa8 commit fff7b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/02-integration/04-admin_api/14-tags_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +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 helpers.all_strategies() do
describe("/entities?tags= with DB: #" .. strategy, function()
local client, bp

Expand Down

0 comments on commit fff7b02

Please sign in to comment.