chore: shutdown reason will never be a UTF8 atom
This commit is contained in:
parent
64973e0b5a
commit
53940754b7
|
@ -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