1
0
Fork 0
mirror of synced 2024-06-30 04:00:34 +12:00

Update tests/e2e/General/UsageTest.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Matej Bačo 2022-11-18 15:17:14 +01:00 committed by GitHub
parent 5ec548cc06
commit 9163aa360e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -161,7 +161,6 @@ class UsageTest extends Scope
Permission::delete(Role::any()),
],
]);
\var_dump($res['body']);
$this->assertEquals($name, $res['body']['name']);
$this->assertNotEmpty($res['body']['$id']);
$bucketId = $res['body']['$id'];