Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Update PHP tests to reflect correct response code when deleting items
Browse files Browse the repository at this point in the history
  • Loading branch information
opr committed Dec 15, 2022
1 parent 6b51e84 commit 7aff405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/StoreApi/Routes/CartItems.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public function test_delete_item() {
$request->set_header( 'Nonce', wp_create_nonce( 'wc_store_api' ) );
$this->assertAPIResponse(
$request,
404
409
);
}

Expand Down

0 comments on commit 7aff405

Please sign in to comment.