Skip to content

Commit

Permalink
Permute the values in the quota scenario
Browse files Browse the repository at this point in the history
Won't change the test, but the sentences are now more
meaningful.

Issue: ZENKO-4941
  • Loading branch information
williamlardier committed Dec 12, 2024
1 parent 6eb3ac9 commit fbc5e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ctst/features/quotas/Quotas.feature
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ Feature: Quota Management for APIs
Given an action "DeleteObject"
And a permission to perform the "PutObject" action
And a STORAGE_MANAGER type
And a bucket quota set to <uploadSize> B
And a bucket quota set to <bucketQuota> B
And an account quota set to <accountQuota> B
And an upload size of <bucketQuota> B for the object "obj-1"
And an upload size of <uploadSize> B for the object "obj-1"
And a <userType> type
And an environment setup for the API
And an "existing" IAM Policy that "applies" with "ALLOW" effect for the current API
Expand Down

0 comments on commit fbc5e59

Please sign in to comment.