Merge pull request #11554 from lafirest/chore/exhook_prop
chore: shutdown reason will never be a UTF8 atom
This commit is contained in:
commit
3d859453f4
|
@ -642,7 +642,7 @@ unsub_properties() ->
|
||||||
#{}.
|
#{}.
|
||||||
|
|
||||||
shutdown_reason() ->
|
shutdown_reason() ->
|
||||||
oneof([utf8(), {shutdown, emqx_proper_types:limited_atom()}]).
|
oneof([utf8(), {shutdown, emqx_proper_types:limited_latin_atom()}]).
|
||||||
|
|
||||||
authresult() ->
|
authresult() ->
|
||||||
?LET(
|
?LET(
|
||||||
|
|
Loading…
Reference in New Issue