Skip to content

Commit

Permalink
tests(key-auth): deprecate mockbin
Browse files Browse the repository at this point in the history
mockbin.com redirects to insomnia official site and triggers a
security policy, which makes tests fail.
  • Loading branch information
samugi authored and bungle committed Nov 15, 2023
1 parent b2d7d44 commit b5e326a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/03-plugins/09-key-auth/02-access_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ for _, strategy in helpers.each_strategy() do

local service7 = bp.services:insert{
protocol = "http",
port = 80,
host = "mockbin.com",
port = helpers.mock_upstream_port,
host = "localhost",
}

local route7 = bp.routes:insert {
Expand Down

3 comments on commit b5e326a

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

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

Docker image avaialble kong/kong:2.8.x-apk
Artifacts availabe https://github.com/Kong/kong/actions/runs/6877366779

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

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

Docker image avaialble kong/kong:2.8.x-deb
Artifacts availabe https://github.com/Kong/kong/actions/runs/6877366779

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

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

Docker image avaialble kong/kong:2.8.x-rpm
Artifacts availabe https://github.com/Kong/kong/actions/runs/6877366779

Please sign in to comment.