aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/twitter_SUITE.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/twitter_SUITE.erl b/test/twitter_SUITE.erl
index 8873f02..86f9a85 100644
--- a/test/twitter_SUITE.erl
+++ b/test/twitter_SUITE.erl
@@ -20,6 +20,7 @@ all() ->
spdy(_) ->
{ok, Pid} = gun:open("twitter.com", 443),
+ {ok, spdy} = gun:await_up(Pid),
Ref = gun:get(Pid, "/"),
receive
{gun_response, Pid, Ref, nofin, Status, Headers} ->