Explorar el Código

chore(test): testing the github action

Shawn hace 5 años
padre
commit
02afda2f3b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      apps/emqx_auth_http/src/emqx_acl_http.erl

+ 1 - 0
apps/emqx_auth_http/src/emqx_acl_http.erl

@@ -36,6 +36,7 @@
 
 
 -spec(register_metrics() -> ok).
 -spec(register_metrics() -> ok).
 register_metrics() ->
 register_metrics() ->
+    io:format("testing"),
     lists:foreach(fun emqx_metrics:ensure/1, ?ACL_METRICS).
     lists:foreach(fun emqx_metrics:ensure/1, ?ACL_METRICS).
 
 
 %%--------------------------------------------------------------------
 %%--------------------------------------------------------------------