Skip to content

Commit

Permalink
test(*): try to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
windmgc committed Nov 20, 2024
1 parent ea9fe4e commit 9793830
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spec/02-integration/02-cmd/02-start_stop_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1257,11 +1257,8 @@ describe("kong start/stop #" .. strategy, function()
end)

describe("start/stop with vault references ", function()
before_each(function()
helpers.clean_prefix(PREFIX)
end)

it("resolve array-like configuration", function ()
helpers.clean_prefix(PREFIX)
helpers.clean_logfile()
helpers.setenv("PG_PASSWORD", "dummy")
helpers.setenv("CERT", ssl_fixtures.cert)
Expand Down Expand Up @@ -1299,6 +1296,7 @@ describe("kong start/stop #" .. strategy, function()
end)

it("resolve secrets when both http and stream subsystem are enabled", function ()
helpers.clean_prefix(PREFIX)
helpers.clean_logfile()
helpers.setenv("PG_PASSWORD", "dummy")
helpers.setenv("CERT", ssl_fixtures.cert)
Expand Down

0 comments on commit 9793830

Please sign in to comment.