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, ]); }