From fbc5e5960b49b784d3b144162f1a759e81e9e669 Mon Sep 17 00:00:00 2001 From: williamlardier Date: Thu, 12 Dec 2024 12:38:09 +0100 Subject: [PATCH] Permute the values in the quota scenario Won't change the test, but the sentences are now more meaningful. Issue: ZENKO-4941 --- tests/ctst/features/quotas/Quotas.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ctst/features/quotas/Quotas.feature b/tests/ctst/features/quotas/Quotas.feature index 04c4da95a..65bcb5a53 100644 --- a/tests/ctst/features/quotas/Quotas.feature +++ b/tests/ctst/features/quotas/Quotas.feature @@ -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 B + And a bucket quota set to B And an account quota set to B - And an upload size of B for the object "obj-1" + And an upload size of B for the object "obj-1" And a type And an environment setup for the API And an "existing" IAM Policy that "applies" with "ALLOW" effect for the current API