1
0
Fork 0
mirror of synced 2024-07-02 05:00:33 +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()), Permission::delete(Role::any()),
], ],
]); ]);
\var_dump($res['body']);
$this->assertEquals($name, $res['body']['name']); $this->assertEquals($name, $res['body']['name']);
$this->assertNotEmpty($res['body']['$id']); $this->assertNotEmpty($res['body']['$id']);
$bucketId = $res['body']['$id']; $bucketId = $res['body']['$id'];