Fix UT coverity report issue

Change-Id: I891f8810c687224df42e2a477350cf0f838146cb
Signed-off-by: Anssi Mannila <anssi.mannila@nokia.com>
diff --git a/manager/cmd/manager_test.go b/manager/cmd/manager_test.go
index 00df224..0457c58 100755
--- a/manager/cmd/manager_test.go
+++ b/manager/cmd/manager_test.go
@@ -353,7 +353,7 @@
 
 	commandReady := make(chan bool, 1)
 	command := "cli/alarm-cli"
-	args := []string{"gapam", "--active", "true", "--inhibited", "true", "--silenced", "--unprocessed", "true", "true", "--host", "localhost", "--port", "9093", "flushall"}
+	args := []string{"alerts", "--active", "true", "--inhibited", "true", "--silenced", "--unprocessed", "true", "true", "--host", "localhost", "--port", "9093", "flushall"}
 	ExecCLICommand(commandReady, command, args...)
 	<-commandReady