Skip to content

Commit

Permalink
fix(test): deck integration test failed while disabling app-reg (#9451)
Browse files Browse the repository at this point in the history
  • Loading branch information
raoxiaoyan authored Jun 14, 2024
1 parent e087db5 commit 81df4ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/06-third-party/01-deck/01-deck-integration_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ local helpers = require "spec.helpers"
local pl_tablex = require "pl.tablex"
local cjson = require "cjson"
local ssl_fixtures = require "spec.fixtures.ssl"
local get_portal_and_vitals_key = require("spec-ee.helpers").get_portal_and_vitals_key

local pl_union = pl_tablex.union
local pl_pairmap = pl_tablex.pairmap
Expand Down Expand Up @@ -454,6 +455,7 @@ for _, strategy in helpers.each_strategy({ "postgres" }) do
database = strategy,
nginx_conf = "spec/fixtures/custom_nginx.template",
plugins = table.concat(plugins, ","),
portal_and_vitals_key = get_portal_and_vitals_key(),
admin_listen = ADMIN_LISTEN,
}

Expand Down

0 comments on commit 81df4ef

Please sign in to comment.