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]),
|
_ = emqx_mgmt_api_test_util:init_suite([emqx_conf]),
|
||||||
Config.
|
Config.
|
||||||
|
|
||||||
end_per_suite(Config) ->
|
end_per_suite(_Config) ->
|
||||||
emqx_mgmt_api_test_util:end_suite([emqx_conf]).
|
emqx_mgmt_api_test_util:end_suite([emqx_conf]),
|
||||||
|
ok.
|
||||||
|
|
||||||
t_object(_Config) ->
|
t_object(_Config) ->
|
||||||
Spec = #{
|
Spec = #{
|
||||||
|
|
Loading…
Reference in New Issue