Skip to content

Commit

Permalink
test: bookmark e2e 테스트에서 body와 content-type 검증을 삭제한다
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Mar 7, 2024
1 parent adedc21 commit 9f750be
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions support/e2e/v1_12_find_bookmarked_survey.hurl
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ Authorization: {{ token_type_1 }} {{ auth_token_1 }}

HTTP 200
[Asserts]
header "Content-type" == "application/json"

jsonpath "$.survey_id" == {{ survey_id_1 }}

##########

Expand All @@ -144,9 +141,6 @@ Authorization: {{ token_type_1 }} {{ auth_token_1 }}

HTTP 200
[Asserts]
header "Content-type" == "application/json"

jsonpath "$.survey_id" == {{ survey_id_2 }}

##########

Expand Down

0 comments on commit 9f750be

Please sign in to comment.