From ab52c12a4272590de478ddb49bef48ec2fceb59d Mon Sep 17 00:00:00 2001 From: arshad Date: Tue, 21 Jul 2020 09:24:05 +0400 Subject: [PATCH] [#430] Fix remove product event test --- .../Plugin/RulesEvent/EdgeEntityRemoveProductEventTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/apigee_edge_actions/tests/src/Kernel/Plugin/RulesEvent/EdgeEntityRemoveProductEventTest.php b/modules/apigee_edge_actions/tests/src/Kernel/Plugin/RulesEvent/EdgeEntityRemoveProductEventTest.php index 10b06000e..9083f28a2 100644 --- a/modules/apigee_edge_actions/tests/src/Kernel/Plugin/RulesEvent/EdgeEntityRemoveProductEventTest.php +++ b/modules/apigee_edge_actions/tests/src/Kernel/Plugin/RulesEvent/EdgeEntityRemoveProductEventTest.php @@ -108,11 +108,6 @@ public function testEvent() { 'product' => $api_product, ], ]); - $this->stack->queueMockResponse([ - 'get_developer_apps' => [ - 'apps' => [$developer_app] - ], - ]); $app_credential_controller->deleteApiProduct($consumer_key, $api_product->id()); $this->assertLogsContains("Event apigee_edge_actions_entity_remove_product:developer_app was dispatched.");