Przeglądaj źródła

style: missing comma

Stefan Strigler 3 lat temu
rodzic
commit
4417ea9db7

+ 1 - 1
apps/emqx_management/test/emqx_mgmt_api_SUITE.erl

@@ -177,7 +177,7 @@ t_paging(_) ->
     emqx_mgmt_api_test_util:init_suite(),
     try
         Path0 = emqx_mgmt_api_test_util:api_path(["banned?page=1"]),
-        {ok, _} = emqx_mgmt_api_test_util:request_api(get, Path0)
+        {ok, _} = emqx_mgmt_api_test_util:request_api(get, Path0),
         Path1 = emqx_mgmt_api_test_util:api_path(["banned?page=10"]),
         {ok, _} = emqx_mgmt_api_test_util:request_api(get, Path1)
     after