aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-04-16 14:51:12 +0200
committerLoïc Hoguin <[email protected]>2020-04-16 14:51:12 +0200
commit0a373761d881aed81272e3ebc7778626bd4968ea (patch)
treec73dc72f2f8057dccd7d7c1aa5580d9ac936cf7a
parent6599fc9a0ce1721271cc070f6d54a677d466c583 (diff)
downloadgun-0a373761d881aed81272e3ebc7778626bd4968ea.tar.gz
gun-0a373761d881aed81272e3ebc7778626bd4968ea.tar.bz2
gun-0a373761d881aed81272e3ebc7778626bd4968ea.zip
Fix a fun not being called in gun_SUITE
-rw-r--r--test/gun_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gun_SUITE.erl b/test/gun_SUITE.erl
index 11395fc..2febe2b 100644
--- a/test/gun_SUITE.erl
+++ b/test/gun_SUITE.erl
@@ -485,7 +485,7 @@ stream_info_http(_) ->
{ok, undefined} -> ok;
{ok, #{state := stopping}} -> F()
end
- end,
+ end(),
%% Wait for the connection to terminate.
OriginPid ! disconnect,
receive_event(Pid, disconnect),