From f04c3cd5f53d07f4c29f4206dc742fc6cb45ed7d Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 6 Nov 2024 07:32:41 +0545 Subject: [PATCH] fix --- tests/e2e/General/UsageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/General/UsageTest.php b/tests/e2e/General/UsageTest.php index e5b2f52b31..0b2aff9d8b 100644 --- a/tests/e2e/General/UsageTest.php +++ b/tests/e2e/General/UsageTest.php @@ -294,7 +294,7 @@ class UsageTest extends Scope 'bucketId' => $bucketId, 'bucketsTotal' => $bucketsTotal, 'requestsTotal' => $requestsTotal, - // 'storageTotal' => $storageTotal, + 'storageTotal' => $storageTotal, 'filesTotal' => $filesTotal, ]); }