We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68322c commit 2a7a195Copy full SHA for 2a7a195
internal/pkg/otel/run_test.go
@@ -30,7 +30,7 @@ func TestStartCollector(t *testing.T) {
30
},
31
{
32
configFile: "nonexistent-component.yml",
33
- expectedErrorMessage: `error decoding 'extensions': unknown type: "zpages"`,
+ expectedErrorMessage: `'extensions' unknown type: "zpages"`,
34
35
}
36
0 commit comments