Skip to content

Commit

Permalink
test: rm unused var warning
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesmg committed Jun 1, 2023
1 parent 648b823 commit 7d3ce14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/emqx_dashboard/test/emqx_swagger_requestBody_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = #{
Expand Down

0 comments on commit 7d3ce14

Please sign in to comment.