fix: assertions are already executed

pull/80/head
Luciano Righetti 2022-01-19 15:18:29 +01:00
parent 7ed87ff0f2
commit 862ea58e49
1 changed files with 0 additions and 2 deletions

View File

@ -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