From 4fa84cce29672125ff1f545990c76addf14f9ef9 Mon Sep 17 00:00:00 2001 From: JimMoen Date: Tue, 10 May 2022 19:08:27 +0800 Subject: [PATCH] test(authn): test unsupported redis CMD --- apps/emqx_authn/test/emqx_authn_redis_SUITE.erl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/emqx_authn/test/emqx_authn_redis_SUITE.erl b/apps/emqx_authn/test/emqx_authn_redis_SUITE.erl index 26ca03ea4..58d1cbc0c 100644 --- a/apps/emqx_authn/test/emqx_authn_redis_SUITE.erl +++ b/apps/emqx_authn/test/emqx_authn_redis_SUITE.erl @@ -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(