From b7c0b5c8d994fc1611b4c3e9961634a168d8bd74 Mon Sep 17 00:00:00 2001 From: Xiaochen Wang Date: Wed, 18 Dec 2024 14:57:10 +0800 Subject: [PATCH] restore 14-tags_spec.lua (2) --- spec/02-integration/04-admin_api/14-tags_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c10e78ef65ed..ff8247a6b4cf 100644 --- a/spec/02-integration/04-admin_api/14-tags_spec.lua +++ b/spec/02-integration/04-admin_api/14-tags_spec.lua @@ -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