We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83918ff commit bbcf06dCopy full SHA for bbcf06d
test/rig_tests/proxy/response_from/kafka_test.exs
@@ -74,7 +74,7 @@ defmodule RigTests.Proxy.ResponseFrom.KafkaTest do
74
]
75
)
76
77
- Response.ok!(sync_response, %{"content-type" => "application/json"})
+ Response.accepted!(sync_response, %{"content-type" => "application/json"})
78
end)
79
80
# We register this endpoint with the proxy:
@@ -155,7 +155,7 @@ defmodule RigTests.Proxy.ResponseFrom.KafkaTest do
155
156
157
158
159
160
161
# We register the endpoint with the proxy:
0 commit comments