Skip to content

Commit 8cead8d

Browse files
authored
CLOUDP-184341: e2e fix correct processes list compact flag (#2011)
1 parent 81dc816 commit 8cead8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/atlas/processes_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func TestProcesses(t *testing.T) {
5959
cmd := exec.Command(cliPath,
6060
processesEntity,
6161
"list",
62-
"-p",
62+
"-c",
6363
"--projectId", g.projectID,
6464
"-o=json")
6565

0 commit comments

Comments
 (0)