Skip to content

Commit

Permalink
Make error check more resilient
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Feb 12, 2024
1 parent be6c277 commit 1f11cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ func TestServiceValidate(t *testing.T) {
return settings
},
config: newNopConfig(),
expectedErr: `failed to create "nop" receiver for data type "traces": telemetry type is not supported`,
expectedErr: `telemetry type is not supported`,
},
}

Expand Down

0 comments on commit 1f11cf8

Please sign in to comment.