From aff0bac3e49dc7dcc2855672cc801697fad4ed28 Mon Sep 17 00:00:00 2001 From: Ehsan-saradar Date: Tue, 6 Feb 2024 14:17:03 +0330 Subject: [PATCH] Fix hello-world integration test --- examples/hello-world/integration/app_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/hello-world/integration/app_test.go b/examples/hello-world/integration/app_test.go index a1e5cd65..b959e530 100644 --- a/examples/hello-world/integration/app_test.go +++ b/examples/hello-world/integration/app_test.go @@ -49,7 +49,6 @@ func TestHelloWorld(t *testing.T) { ), step.Workdir(app.SourcePath()), step.Stdout(buf), - step.Stderr(buf), )), )) require.Equal("Hello, world!\n", buf.String())