Skip to content

Commit

Permalink
Fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishanx92 committed Sep 24, 2024
1 parent 8e82374 commit e96b6d8
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion test/cucumber-tests/CRs/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -912,10 +912,30 @@ spec:
name: "Semantic Versioning API"
version: "v\\d+(\\.\\d+)?"
ratelimitRef:
name: api-subscription-ratelimit
name: api--sem-subscription-ratelimit
level: application

---
apiVersion: "dp.wso2.com/v1alpha3"
kind: "RateLimitPolicy"
metadata:
name: "api--sem-subscription-ratelimit"
spec:
override:
subscription:
stopOnQuotaReach: true
organization: "default"
requestCount:
requestsPerUnit: 4
unit: "Minute"
burstControl:
requestsPerUnit: 4
unit: "Minute"
targetRef:
kind: Subscription
name: "7416c241a121b844392d447f00ff6709cb9c932b"
group: gateway.networking.k8s.io
---
apiVersion: cp.wso2.com/v1alpha2
kind: ApplicationMapping
metadata:
Expand Down

0 comments on commit e96b6d8

Please sign in to comment.