Skip to content

Commit 9bd0d18

Browse files
committed
updated test
1 parent 0f88ada commit 9bd0d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/integration/otel_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ func validateCommandIsWorking(t *testing.T, ctx context.Context, fixture *aTesti
206206
require.NoError(t, err)
207207

208208
// check feature gate works
209-
out, err = fixture.Exec(ctx, []string{"otel", "validate", "--config", cfgFilePath, "--feature-gates", "foo.bar"})
209+
out, err := fixture.Exec(ctx, []string{"otel", "validate", "--config", cfgFilePath, "--feature-gates", "foo.bar"})
210210
require.Error(t, err)
211211
require.Contains(t, string(out), `no such feature gate "foo.bar"`)
212212

0 commit comments

Comments
 (0)