Skip to content

Commit e8b86c8

Browse files
committed
remove unnecessary asserting of sync_response!=async_response in test
1 parent a6e21ec commit e8b86c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/rig_tests/proxy/response_from/async_http_test.exs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,6 @@ defmodule RigTests.Proxy.ResponseFrom.AsyncHttpTest do
224224
assert res_status == 200
225225
# ...the client receives the synchronous http response:
226226
assert Jason.decode!(res_body) == sync_response
227-
# ... and never receives the asynchronous response
228-
assert Jason.decode!(res_body) != async_response
229227
end
230228

231229
test_with_server "Given response_from=http_async, when the backend responds with 400, RIG forwards this 400-response (and does not expect an asynchronous response for this request)." do

0 commit comments

Comments
 (0)