Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

fix: send vaild token on '/fetch' throwed "session expired" in Test enviorment #19

Open
mu-hun opened this issue Nov 9, 2019 · 1 comment
Labels
bug Something isn't working test

Comments

@mu-hun
Copy link
Member

mu-hun commented Nov 9, 2019

  ● POST /fetch is › send vaild token › return 201 status code with vaild form

    thrown: Object {
      "type": "session expired",
    }

refer: #18 (comment) #18 (comment)

@mu-hun mu-hun changed the title fix: send vaild token \in '/fetch' throw "session expired" fix: send vaild token and form in '/fetch' throw "session expired" Nov 9, 2019
@mu-hun mu-hun added the bug Something isn't working label Nov 13, 2019
@mu-hun mu-hun added the test label Oct 22, 2020
@mu-hun mu-hun changed the title fix: send vaild token and form in '/fetch' throw "session expired" fix: send vaild token on '/fetch' throwed "session expired" in Test enviorment Oct 22, 2020
@mu-hun
Copy link
Member Author

mu-hun commented Oct 22, 2020

    send valid token
      ✕ return 200 status code (3ms)

연쇄적인 부작용으로 위 테스트가 실패하고 있습니다.

.set('Authorization', `Bearer ${token}`)

붙이이 않은 Bearer 접두어 문제일까 붙여봤자만 그러지 않았습니다.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working test
Projects
None yet
Development

No branches or pull requests

1 participant