test: rm unused var warning
This commit is contained in:
parent
648b8231ef
commit
7d3ce14835
|
@ -33,8 +33,9 @@ init_per_suite(Config) ->
|
|||
_ = emqx_mgmt_api_test_util:init_suite([emqx_conf]),
|
||||
Config.
|
||||
|
||||
end_per_suite(Config) ->
|
||||
emqx_mgmt_api_test_util:end_suite([emqx_conf]).
|
||||
end_per_suite(_Config) ->
|
||||
emqx_mgmt_api_test_util:end_suite([emqx_conf]),
|
||||
ok.
|
||||
|
||||
t_object(_Config) ->
|
||||
Spec = #{
|
||||
|
|
Loading…
Reference in New Issue