test(emqx_coap): publish to non-wildcard topic

This commit is contained in:
Zaiming Shi 2021-04-19 18:24:36 +02:00 committed by Zaiming (Stone) Shi
parent 5569c86319
commit b97b36d077
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ t_observe_wildcard(_Config) ->
?assert(is_pid(SubPid)), ?assert(is_pid(SubPid)),
%% Publish a message %% Publish a message
emqx:publish(emqx_message:make(Topic, Payload)), emqx:publish(emqx_message:make(<<"a/b">>, Payload)),
Notif = receive_notification(), Notif = receive_notification(),
?LOGT("observer get Notif=~p", [Notif]), ?LOGT("observer get Notif=~p", [Notif]),