Skip to content

Commit

Permalink
[apigee#430] Fix remove product event test
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Jul 21, 2020
1 parent ab1e898 commit ab52c12
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
Expand Down

0 comments on commit ab52c12

Please sign in to comment.