Skip to content

Commit

Permalink
fix service_test
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten committed Nov 6, 2024
1 parent b16c14d commit 6f225b7
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 @@ -491,7 +491,7 @@ func TestServiceInvalidTelemetryConfiguration(t *testing.T) {
},
},
},
wantErr: errors.New("unsupported protocol \"\""),
wantErr: errors.New("no valid log exporter"),
},
}
for _, tt := range tests {
Expand Down

0 comments on commit 6f225b7

Please sign in to comment.