From 0a373761d881aed81272e3ebc7778626bd4968ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 16 Apr 2020 14:51:12 +0200 Subject: Fix a fun not being called in gun_SUITE --- test/gun_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- cgit v1.2.3