We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When asserting in bypass, bypass dies and responds with a 500 no matter what
Server: localhost:55394 (http) Request: GET /api/v2/accounts ** (exit) an exception was raised: ** (ExUnit.AssertionError) Assertion with == failed code: assert Plug.Conn.get_req_header(conn, "content-type") == ["application/json"] left: [] right: ["application/json"]
(This is since upgrading to the latest elixir / phoenix)
It used to wait until the end of the test to check the asserts, is there now something special to do?
The text was updated successfully, but these errors were encountered:
Do you have an example to reproduce this issue?
Sorry, something went wrong.
No branches or pull requests
When asserting in bypass, bypass dies and responds with a 500 no matter what
(This is since upgrading to the latest elixir / phoenix)
It used to wait until the end of the test to check the asserts, is there now something special to do?
The text was updated successfully, but these errors were encountered: