Skip to content

Commit

Permalink
WIP 5
Browse files Browse the repository at this point in the history
  • Loading branch information
nowNick committed Nov 22, 2024
1 parent 2c9c7ee commit f4d328f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/integration/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ var (
Enabled: kong.Bool(true),
Protocols: []*string{kong.String("http"), kong.String("https")},
},
},
}

consumerGroupScopedPluginsKonnect = []*kong.Plugin{
{
Expand All @@ -1407,7 +1407,7 @@ var (
"hide_client_headers": bool(false),
"identifier": string("consumer"),
"limit": []any{float64(10)},
"lock_dictionary_name": string("kong_locks"),
"lock_dictionary_name": string("kong_locks"),
"namespace": string("gold"),
"path": nil,
"redis": map[string]any{
Expand Down Expand Up @@ -1457,7 +1457,7 @@ var (
"hide_client_headers": bool(false),
"identifier": string("consumer"),
"limit": []any{float64(7)},
"lock_dictionary_name": string("kong_locks"),
"lock_dictionary_name": string("kong_locks"),
"namespace": string("silver"),
"path": nil,
"redis": map[string]any{
Expand Down Expand Up @@ -1504,7 +1504,7 @@ var (
"hide_client_headers": bool(false),
"identifier": string("consumer"),
"limit": []any{float64(5)},
"lock_dictionary_name": string("kong_locks"),
"lock_dictionary_name": string("kong_locks"),
"namespace": string("silver"),
"path": nil,
"redis": map[string]any{
Expand Down Expand Up @@ -1553,7 +1553,7 @@ var (
Enabled: kong.Bool(true),
Protocols: []*string{kong.String("http"), kong.String("https")},
},
},
}

consumerGroupScopedPlugins381x = []*kong.Plugin{
{
Expand Down

0 comments on commit f4d328f

Please sign in to comment.