test(authn): test unsupported redis CMD
This commit is contained in:
parent
87af77ec35
commit
4fa84cce29
|
@ -107,6 +107,9 @@ t_create_invalid(_Config) ->
|
|||
},
|
||||
AuthConfig#{
|
||||
cmd => <<"HMGET mqtt_user:${username} salt is_superuser">>
|
||||
},
|
||||
AuthConfig#{
|
||||
cmd => <<"HGETALL mqtt_user:${username} salt is_superuser">>
|
||||
}
|
||||
],
|
||||
lists:foreach(
|
||||
|
|
Loading…
Reference in New Issue