Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Oct 1, 2024
1 parent a41cfac commit 184aece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gateway/mirror/service/mirror.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func (m *mirr) registers(
switch {
case errors.Is(err, context.Canceled):
err = status.WrapWithCanceled(
mirror.RegisterRPCName+" API canceld", err,
mirror.RegisterRPCName+" API canceled", err,

Check warning on line 199 in pkg/gateway/mirror/service/mirror.go

View check run for this annotation

Codecov / codecov/patch

pkg/gateway/mirror/service/mirror.go#L199

Added line #L199 was not covered by tests
)
attrs = trace.StatusCodeCancelled(err.Error())
case errors.Is(err, context.DeadlineExceeded):
Expand Down

0 comments on commit 184aece

Please sign in to comment.