Skip to content

Commit

Permalink
Update consumer username to reflect consumer group association to avo…
Browse files Browse the repository at this point in the history
…id test race condition.
  • Loading branch information
battlebyte committed Oct 17, 2024
1 parent 03f84d1 commit fab0096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kong2kic/testdata/consumer-group-input.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
consumers:
- username: example-user
- username: example-consumer-group-user
tags:
- internal
consumer_groups:
- name: example-consumer-group
consumers:
- username: example-user
- username: example-consumer-group-user
plugins:
- name: rate-limiting
config:
Expand Down
4 changes: 2 additions & 2 deletions kong2kic/testdata/consumer-group-output-expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ metadata:
annotations:
konghq.com/tags: internal
kubernetes.io/ingress.class: kong
name: example-user
username: example-user
name: example-consumer-group-user
username: example-consumer-group-user
---
apiVersion: configuration.konghq.com/v1beta1
kind: KongConsumerGroup
Expand Down

0 comments on commit fab0096

Please sign in to comment.