diff --git a/tests/end_to_end_test/end_to_end_test.go b/tests/end_to_end_test/end_to_end_test.go index 5202c52f9..98ad488db 100644 --- a/tests/end_to_end_test/end_to_end_test.go +++ b/tests/end_to_end_test/end_to_end_test.go @@ -263,7 +263,7 @@ func trimOutput(s string) string { } func listSnapshotsAndExpectSuccess(t *testing.T, e *testenv, targets ...string) []sourceInfo { - lines := e.runAndExpectSuccess(t, append([]string{"snapshot", "list", "-a"}, targets...)...) + lines := e.runAndExpectSuccess(t, append([]string{"snapshot", "list", "-l"}, targets...)...) return mustParseSnapshots(t, lines) }