Skip to content

Commit

Permalink
tests(integration): 09-config-compat_spec accessing undefined variabl…
Browse files Browse the repository at this point in the history
…e utils (#13130)

Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
  • Loading branch information
bungle authored May 31, 2024
1 parent 420b3b6 commit 5ba7462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/02-integration/09-hybrid_mode/09-config-compat_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ describe("CP/DP config compat transformations #" .. strategy, function()
local expected_basic_auth_prior_36 = cycle_aware_deep_copy(basic_auth)
expected_basic_auth_prior_36.config.realm = nil

do_assert(utils.uuid(), "3.5.0", expected_basic_auth_prior_36)
do_assert(uuid(), "3.5.0", expected_basic_auth_prior_36)

-- cleanup
admin.plugins:remove({ id = basic_auth.id })
Expand All @@ -654,7 +654,7 @@ describe("CP/DP config compat transformations #" .. strategy, function()
local expected_key_auth_prior_37 = cycle_aware_deep_copy(key_auth)
expected_key_auth_prior_37.config.realm = nil

do_assert(utils.uuid(), "3.6.0", expected_key_auth_prior_37)
do_assert(uuid(), "3.6.0", expected_key_auth_prior_37)

-- cleanup
admin.plugins:remove({ id = key_auth.id })
Expand Down

1 comment on commit 5ba7462

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:5ba7462fee1d781bf533274cbe1155b10b1d76e1
Artifacts available https://github.com/Kong/kong/actions/runs/9317238782

Please sign in to comment.