fix: remove stale request/3 from merge error
This commit is contained in:
parent
e08c1d2229
commit
8f5881d1a5
|
@ -652,9 +652,6 @@ t_bridges_probe(Config) ->
|
||||||
?assertMatch(#{<<"code">> := <<"BAD_REQUEST">>}, jsx:decode(BadReq)),
|
?assertMatch(#{<<"code">> := <<"BAD_REQUEST">>}, jsx:decode(BadReq)),
|
||||||
ok.
|
ok.
|
||||||
|
|
||||||
request(Method, Url, Body) ->
|
|
||||||
request(<<"bridge_admin">>, Method, Url, Body).
|
|
||||||
|
|
||||||
t_metrics(Config) ->
|
t_metrics(Config) ->
|
||||||
Port = ?config(port, Config),
|
Port = ?config(port, Config),
|
||||||
%% assert we there's no bridges at first
|
%% assert we there's no bridges at first
|
||||||
|
|
Loading…
Reference in New Issue