Skip to content

Commit

Permalink
close account: Do not check HTTP code in Hurl file
Browse files Browse the repository at this point in the history
Asserting the HTTP code actually hides the reply from the server that
might contain more information.
  • Loading branch information
fridim committed Feb 26, 2024
1 parent 6e1a976 commit 04c36af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/sandbox_close_and_delete.hurl
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ jsonpath "$.access_token_exp" isString

DELETE {{host}}/api/v1/accounts/{{type}}/{{name}}
Authorization: Bearer {{access_token}}
HTTP 200

0 comments on commit 04c36af

Please sign in to comment.