Skip to content

Commit 2a7a195

Browse files
committed
Update unit test
1 parent c68322c commit 2a7a195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/otel/run_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func TestStartCollector(t *testing.T) {
3030
},
3131
{
3232
configFile: "nonexistent-component.yml",
33-
expectedErrorMessage: `error decoding 'extensions': unknown type: "zpages"`,
33+
expectedErrorMessage: `'extensions' unknown type: "zpages"`,
3434
},
3535
}
3636

0 commit comments

Comments
 (0)