1
0
Fork 0
mirror of synced 2024-07-01 20:50:49 +12:00

remove adapter attribute from test

This commit is contained in:
Damodar Lohani 2022-01-31 16:19:31 +05:45
parent e3bc0b48e9
commit 6a5daf1509

View file

@ -171,7 +171,6 @@ class StorageCustomServerTest extends Scope
$this->assertEquals(false, $bucket['body']['enabled']); $this->assertEquals(false, $bucket['body']['enabled']);
$this->assertEquals(true, $bucket['body']['encryption']); $this->assertEquals(true, $bucket['body']['encryption']);
$this->assertEquals(true, $bucket['body']['antivirus']); $this->assertEquals(true, $bucket['body']['antivirus']);
$this->assertEquals('local', $bucket['body']['adapter']);
$bucketId = $bucket['body']['$id']; $bucketId = $bucket['body']['$id'];
/** /**
* Test for FAILURE * Test for FAILURE