test: rm unused var warning

This commit is contained in:
Thales Macedo Garitezi 2023-08-14 10:33:24 -03:00
parent 82b8538041
commit 926eb4e3dd
1 changed files with 2 additions and 2 deletions

View File

@ -1089,7 +1089,7 @@ t_strategy_key_validation(Config) ->
#{ #{
<<"kind">> := <<"validation_error">>, <<"kind">> := <<"validation_error">>,
<<"reason">> := <<"Message key cannot be empty", _/binary>> <<"reason">> := <<"Message key cannot be empty", _/binary>>
} = Msg }
}}}, }}},
probe_bridge_api( probe_bridge_api(
Config, Config,
@ -1103,7 +1103,7 @@ t_strategy_key_validation(Config) ->
#{ #{
<<"kind">> := <<"validation_error">>, <<"kind">> := <<"validation_error">>,
<<"reason">> := <<"Message key cannot be empty", _/binary>> <<"reason">> := <<"Message key cannot be empty", _/binary>>
} = Msg }
}}}, }}},
create_bridge_api( create_bridge_api(
Config, Config,