Skip to content

Commit

Permalink
make vet truly happy
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars committed Feb 28, 2025
1 parent 2d8a7f3 commit e2c4ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xds/internal/resolver/xds_resolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ func (s) TestResolverRemovedResource(t *testing.T) {
cs = verifyUpdateFromResolver(ctx, t, stateCh, wantDefaultServiceConfig)

// "Make another RPC" by invoking the config selector.
res, err = cs.SelectConfig(iresolver.RPCInfo{Context: ctx, Method: "/service/method"})
_, err = cs.SelectConfig(iresolver.RPCInfo{Context: ctx, Method: "/service/method"})
if err := verifyResolverError(err, codes.Unavailable, "no valid clusters", nodeID); err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit e2c4ce5

Please sign in to comment.