From 53940754b7472e797097b9066a154b278fe570dc Mon Sep 17 00:00:00 2001 From: firest Date: Fri, 1 Sep 2023 14:17:33 +0800 Subject: [PATCH] chore: shutdown reason will never be a UTF8 atom --- apps/emqx_exhook/test/props/prop_exhook_hooks.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_exhook/test/props/prop_exhook_hooks.erl b/apps/emqx_exhook/test/props/prop_exhook_hooks.erl index 34d7a4342..2c9b5bb06 100644 --- a/apps/emqx_exhook/test/props/prop_exhook_hooks.erl +++ b/apps/emqx_exhook/test/props/prop_exhook_hooks.erl @@ -642,7 +642,7 @@ unsub_properties() -> #{}. shutdown_reason() -> - oneof([utf8(), {shutdown, emqx_proper_types:limited_atom()}]). + oneof([utf8(), {shutdown, emqx_proper_types:limited_latin_atom()}]). authresult() -> ?LET(