Skip to content

Commit d18d6ed

Browse files
committed
Fix. Gun server tests
1 parent 6ff3635 commit d18d6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/grpc/integration/server_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ defmodule GRPC.Integration.ServerTest do
368368
Jason.encode!(%{"name" => name})
369369
)
370370

371-
assert_receive {:gun_response, ^conn_pid, ^stream_ref, :nofin, 200, _headers}
371+
assert_receive {:gun_up, ^conn_pid, :http}
372372
assert {:ok, body} = :gun.await_body(conn_pid, stream_ref)
373373

374374
assert %{"text" => "get_message"} = Jason.decode!(body)

0 commit comments

Comments
 (0)