Skip to content

Commit 94b33e3

Browse files
ab-ghoshtekton-robot
authored andcommitted
Adjust pipeline logs test to align with updated output format
Signed-off-by: Abhishek Ghosh <abhi.ghosh3108@gmail.com>
1 parent eb6b71d commit 94b33e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/pipeline/start_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func TestPipelineInteractiveStartE2E(t *testing.T) {
7878
})
7979

8080
t.Run("Validate pipeline logs, with follow mode (-f) and --last ", func(t *testing.T) {
81-
res := tkn.Run(t, "pipeline", "logs", "--last", "-f")
81+
res := tkn.Run(t, "pipeline", "logs", "--last", "-f", "--prefix=false")
8282
expected := "\n\ntest-e2e\n\n"
8383
helper.AssertOutput(t, expected, res.Stdout())
8484
})

0 commit comments

Comments
 (0)