From 862ea58e490cedb64708288d19efc7df315514c6 Mon Sep 17 00:00:00 2001 From: Luciano Righetti Date: Wed, 19 Jan 2022 15:18:29 +0100 Subject: [PATCH] fix: assertions are already executed --- .../TestCase/Api/EncryptionKeys/DeleteEncryptionKeyApiTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/TestCase/Api/EncryptionKeys/DeleteEncryptionKeyApiTest.php b/tests/TestCase/Api/EncryptionKeys/DeleteEncryptionKeyApiTest.php index 4bf0174..b089c91 100644 --- a/tests/TestCase/Api/EncryptionKeys/DeleteEncryptionKeyApiTest.php +++ b/tests/TestCase/Api/EncryptionKeys/DeleteEncryptionKeyApiTest.php @@ -32,8 +32,6 @@ class DeleteEncryptionKeyApiTest extends TestCase $this->assertResponseOk(); $this->assertDbRecordNotExists('EncryptionKeys', ['id' => EncryptionKeysFixture::ENCRYPTION_KEY_ORG_A_ID]); - //TODO: $this->assertRequestMatchesOpenApiSpec(); - $this->assertResponseMatchesOpenApiSpec($url, 'delete'); } public function testDeleteEncryptionKeyNotAllowedAsRegularUser(): void