From 7867e435fe6262d783f797c659e215dc14096449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 26 Jun 2018 10:32:33 +0200 Subject: Fix tests for most recent Gun --- test/metrics_SUITE.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/metrics_SUITE.erl') diff --git a/test/metrics_SUITE.erl b/test/metrics_SUITE.erl index 6af4492..92f8016 100644 --- a/test/metrics_SUITE.erl +++ b/test/metrics_SUITE.erl @@ -371,7 +371,7 @@ do_ws(Config) -> doc("Confirm metrics are correct when switching to Websocket."), ConnPid = gun_open(Config), {ok, http} = gun:await_up(ConnPid), - gun:ws_upgrade(ConnPid, "/ws_echo", [ + StreamRef = gun:ws_upgrade(ConnPid, "/ws_echo", [ {<<"accept-encoding">>, <<"gzip">>}, {<<"x-test-pid">>, pid_to_list(self())} ]), @@ -428,7 +428,7 @@ do_ws(Config) -> end, %% And of course the upgrade completed successfully after that. receive - {gun_ws_upgrade, ConnPid, ok, _} -> + {gun_upgrade, ConnPid, StreamRef, _, _} -> ok after 1000 -> error(timeout) -- cgit v1.2.3