From 8363aeb3618707e0feda1e0fd1a1614b86bea40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20S=C3=B6derqvist?= Date: Sun, 26 Jan 2025 19:22:20 +0100 Subject: [PATCH] Test coverage for COMMANDLOG HELP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Viktor Söderqvist --- tests/unit/other.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/other.tcl b/tests/unit/other.tcl index 15c0d38136..0793283592 100644 --- a/tests/unit/other.tcl +++ b/tests/unit/other.tcl @@ -11,6 +11,7 @@ start_server {tags {"other"}} { assert_match "*MEMORY *" [r MEMORY HELP] assert_match "*PUBSUB *" [r PUBSUB HELP] assert_match "*SLOWLOG *" [r SLOWLOG HELP] + assert_match "*COMMANDLOG *" [r COMMANDLOG HELP] assert_match "*CLIENT *" [r CLIENT HELP] assert_match "*COMMAND *" [r COMMAND HELP] assert_match "*CONFIG *" [r CONFIG HELP]