Pārlūkot izejas kodu

chore: add more info in test log

Zaiming Shi 4 gadi atpakaļ
vecāks
revīzija
b8e271a588
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      apps/emqx_web_hook/test/emqx_web_hook_SUITE.erl

+ 2 - 2
apps/emqx_web_hook/test/emqx_web_hook_SUITE.erl

@@ -168,8 +168,8 @@ validate_params_and_headers(ClientState, ClientId) ->
                 end
                 end
             catch
             catch
                 throw : {unknown_client, Other} ->
                 throw : {unknown_client, Other} ->
-                    ct:pal("ignored_event_from_other_client ~p~n~p~n~p",
-                           [Other, Params, Headers]),
+                    ct:pal("ignored_event_from_other_client ~p~nexpecting:~p~n~p~n~p",
+                           [Other, ClientId, Params, Headers]),
                     validate_params_and_headers(ClientState, ClientId) %% continue looping
                     validate_params_and_headers(ClientState, ClientId) %% continue looping
             end
             end
     after
     after