Skip to content

Commit

Permalink
test: hurl feedback_find.hurl의 이메일이 겹치는 버그를 수정한다
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Mar 6, 2024
1 parent 9967ab1 commit b6da2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion support/e2e/v1_3_feedback_find.hurl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
POST http://nalab-server:8080/v1/oauth/default # 로그인
{
"nickname" : "luffy",
"email" : "test@gmail.com"
"email" : "feedback_find_1@gmail.com"
}

HTTP 200
Expand Down
2 changes: 1 addition & 1 deletion support/e2e/v2_3_feedback_find.hurl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
POST http://nalab-server:8080/v1/oauth/default # 로그인
{
"nickname" : "luffy",
"email" : "test@gmail.com"
"email" : "feedback_find_2@gmail.com"
}

HTTP 200
Expand Down

0 comments on commit b6da2d0

Please sign in to comment.