Skip to content

Commit

Permalink
tests: fix Konnect integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Dec 4, 2024
1 parent 4da4246 commit 5d8fa34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ setup-kong-ee:
test-integration:
go test -v -count=1 -tags=integration \
-race \
$(GOTESTFLAGS) \
./tests/integration/...

.PHONY: clean
Expand Down
3 changes: 3 additions & 0 deletions tests/integration/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1397,6 +1397,7 @@ var (
ID: kong.String("77e6691d-67c0-446a-9401-27be2b141aae"),
},
Config: kong.Configuration{
"compound_identifier": nil,
"consumer_groups": nil,
"dictionary_name": string("kong_rate_limiting_counters"),
"disable_penalty": bool(false),
Expand Down Expand Up @@ -1447,6 +1448,7 @@ var (
ID: kong.String("5bcbd3a7-030b-4310-bd1d-2721ff85d236"),
},
Config: kong.Configuration{
"compound_identifier": nil,
"consumer_groups": nil,
"dictionary_name": string("kong_rate_limiting_counters"),
"disable_penalty": bool(false),
Expand Down Expand Up @@ -1494,6 +1496,7 @@ var (
{
Name: kong.String("rate-limiting-advanced"),
Config: kong.Configuration{
"compound_identifier": nil,
"consumer_groups": nil,
"dictionary_name": string("kong_rate_limiting_counters"),
"disable_penalty": bool(false),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ consumer_groups:
- name: basic
plugins:
- config:
compound_identifier: null
consumer_groups: null
dictionary_name: kong_rate_limiting_counters
disable_penalty: false
Expand Down Expand Up @@ -32,6 +33,7 @@ consumer_groups:
password: null
port: 6379
read_timeout: 2000
redis_proxy_type: null
send_timeout: 2000
sentinel_addresses: null
sentinel_master: null
Expand Down

0 comments on commit 5d8fa34

Please sign in to comment.