fix: remove stale request/3 from merge error

This commit is contained in:
Stefan Strigler 2023-01-13 16:19:35 +01:00
parent e08c1d2229
commit 8f5881d1a5
1 changed files with 0 additions and 3 deletions

View File

@ -652,9 +652,6 @@ t_bridges_probe(Config) ->
?assertMatch(#{<<"code">> := <<"BAD_REQUEST">>}, jsx:decode(BadReq)),
ok.
request(Method, Url, Body) ->
request(<<"bridge_admin">>, Method, Url, Body).
t_metrics(Config) ->
Port = ?config(port, Config),
%% assert we there's no bridges at first