Skip to content

Commit

Permalink
tests: replace mockbin with httpbin on e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
GGabriele committed Oct 31, 2023
1 parent d90f7e3 commit c33204c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2868,7 +2868,7 @@ func Test_Sync_Vault(t *testing.T) {
ID: kong.String("58076db2-28b6-423b-ba39-a797193017f7"),
Name: kong.String("svc1"),
ConnectTimeout: kong.Int(60000),
Host: kong.String("mockbin.org"),
Host: kong.String("httpbin.org"),
Port: kong.Int(80),
Path: kong.String("/status/200"),
Protocol: kong.String("http"),
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/testdata/sync/012-vaults/kong3x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ vaults:
prefix: my-env-vault
services:
- id: 58076db2-28b6-423b-ba39-a797193017f7
host: mockbin.org
host: httpbin.org
name: svc1
path: /status/200
routes:
Expand Down

0 comments on commit c33204c

Please sign in to comment.