From b97b36d077c7d2ace17fae3d7289ee227d532b07 Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Mon, 19 Apr 2021 18:24:36 +0200 Subject: [PATCH] test(emqx_coap): publish to non-wildcard topic --- apps/emqx_coap/test/emqx_coap_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_coap/test/emqx_coap_SUITE.erl b/apps/emqx_coap/test/emqx_coap_SUITE.erl index 49202f1ed..ed59b309c 100644 --- a/apps/emqx_coap/test/emqx_coap_SUITE.erl +++ b/apps/emqx_coap/test/emqx_coap_SUITE.erl @@ -130,7 +130,7 @@ t_observe_wildcard(_Config) -> ?assert(is_pid(SubPid)), %% Publish a message - emqx:publish(emqx_message:make(Topic, Payload)), + emqx:publish(emqx_message:make(<<"a/b">>, Payload)), Notif = receive_notification(), ?LOGT("observer get Notif=~p", [Notif]),