Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineJac committed Sep 18, 2024
1 parent 87332a8 commit 9b4ba96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ services:
plugins:
- name: rate-limiting-advanced
config:
namespace: foo
limit:
- 10
retry_after_jitter_max: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ consumer_groups:
plugins:
- name: rate-limiting-advanced
config:
namespace: foo
limit:
- 10
retry_after_jitter_max: 1
Expand All @@ -20,6 +21,7 @@ consumer_groups:
plugins:
- name: rate-limiting-advanced
config:
namespace: foo
limit:
- 7
retry_after_jitter_max: 1
Expand All @@ -46,6 +48,7 @@ services:
plugins:
- name: rate-limiting-advanced
config:
namespace: foo
limit:
- 10
retry_after_jitter_max: 1
Expand Down

0 comments on commit 9b4ba96

Please sign in to comment.