Skip to content

Commit

Permalink
test: hurl 테스트에서 유저가 중복되어서 테스트가 실패하는 버그를 수정한다
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Mar 6, 2024
1 parent 48ea22e commit 9967ab1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion support/e2e/v1_2_feedback_create.hurl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
POST http://nalab-server:8080/v1/oauth/default # Default provider를 통해서 로그인 진행
{
"nickname": "devxb",
"email": "hello@12345"
"email": "create_feedback@naver.com"
}

HTTP 200
Expand Down
2 changes: 1 addition & 1 deletion support/e2e/v1_4_bookmark.hurl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
POST http://nalab-server:8080/v1/oauth/default # Default provider를 통해서 로그인 진행
{
"nickname": "devxb",
"email": "hello@12345"
"email": "bookmark@google.com"
}

HTTP 200
Expand Down
2 changes: 1 addition & 1 deletion support/e2e/v1_6_find_gallery_preview.hurl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
POST http://nalab-server:8080/v1/oauth/default # Default provider를 통해서 로그인 진행
{
"nickname": "find_gallery",
"email": "hello@1234567"
"email": "find_gallery_preview@naver.com"
}

HTTP 200
Expand Down
2 changes: 1 addition & 1 deletion support/e2e/v1_7_bookmark_survey.hurl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
POST http://nalab-server:8080/v1/oauth/default # Default provider를 통해서 로그인 진행
{
"nickname": "bookmark_survey",
"email": "hello@123456"
"email": "bookmark_survey@kakao.com"
}

HTTP 200
Expand Down

0 comments on commit 9967ab1

Please sign in to comment.