fix: assertions are already executed
parent
7ed87ff0f2
commit
862ea58e49
|
@ -32,8 +32,6 @@ class DeleteEncryptionKeyApiTest extends TestCase
|
||||||
|
|
||||||
$this->assertResponseOk();
|
$this->assertResponseOk();
|
||||||
$this->assertDbRecordNotExists('EncryptionKeys', ['id' => EncryptionKeysFixture::ENCRYPTION_KEY_ORG_A_ID]);
|
$this->assertDbRecordNotExists('EncryptionKeys', ['id' => EncryptionKeysFixture::ENCRYPTION_KEY_ORG_A_ID]);
|
||||||
//TODO: $this->assertRequestMatchesOpenApiSpec();
|
|
||||||
$this->assertResponseMatchesOpenApiSpec($url, 'delete');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testDeleteEncryptionKeyNotAllowedAsRegularUser(): void
|
public function testDeleteEncryptionKeyNotAllowedAsRegularUser(): void
|
||||||
|
|
Loading…
Reference in New Issue