From 191cbcb28b1c5f3be18dde202a3398ed8e9e5ebc Mon Sep 17 00:00:00 2001 From: williamlardier Date: Fri, 29 Nov 2024 09:53:16 +0100 Subject: [PATCH] Improve test Issue: ZENKO-4941 --- tests/ctst/features/quotas/Quotas.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ctst/features/quotas/Quotas.feature b/tests/ctst/features/quotas/Quotas.feature index cbbcf88ce..30926f960 100644 --- a/tests/ctst/features/quotas/Quotas.feature +++ b/tests/ctst/features/quotas/Quotas.feature @@ -192,8 +192,9 @@ Feature: Quota Management for APIs And an "existing" IAM Policy that "applies" with "ALLOW" effect for the current API When i restore object "" for 5 days Then the API should "succeed" with "" + And object "obj-1" should be "restored" and have the storage class "e2e-cold" Given a STORAGE_MANAGER type - And object "obj-1" should expire in 5 days + Then object "obj-1" should expire in 5 days When i wait for 5 days Then object "obj-1" should be "cold" and have the storage class "e2e-cold"