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