Skip to content

Commit bbcf06d

Browse files
committed
278 - fixed e2e kafka tests
1 parent 83918ff commit bbcf06d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/rig_tests/proxy/response_from/kafka_test.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ defmodule RigTests.Proxy.ResponseFrom.KafkaTest do
7474
]
7575
)
7676

77-
Response.ok!(sync_response, %{"content-type" => "application/json"})
77+
Response.accepted!(sync_response, %{"content-type" => "application/json"})
7878
end)
7979

8080
# We register this endpoint with the proxy:
@@ -155,7 +155,7 @@ defmodule RigTests.Proxy.ResponseFrom.KafkaTest do
155155
]
156156
)
157157

158-
Response.ok!(sync_response, %{"content-type" => "application/json"})
158+
Response.accepted!(sync_response, %{"content-type" => "application/json"})
159159
end)
160160

161161
# We register the endpoint with the proxy:

0 commit comments

Comments
 (0)