Skip to content

Commit

Permalink
Revert "sep-12: DELETE /customer should return 204 (not 200) on succe…
Browse files Browse the repository at this point in the history
…ss (#92)" (#93)

This reverts commit e1033ee.
  • Loading branch information
erika-sdf authored Jul 5, 2022
1 parent 84b6bf8 commit fad5e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @stellar/anchor-tests/src/tests/sep12/deleteCustomer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const canDeleteCustomer: Test = {
},
),
};
await makeRequest(deleteCustomerCall, 204, result);
await makeRequest(deleteCustomerCall, 200, result);
return result;
},
};
Expand Down

0 comments on commit fad5e06

Please sign in to comment.