mirror of https://github.com/grpc/grpc-go.git
outlierdetection: remove an unused variable in a test (#5778)
This commit is contained in:
parent
81db25066b
commit
5331dbd3ab
|
@ -725,8 +725,6 @@ func (s) TestDurationOfInterval(t *testing.T) {
|
|||
},
|
||||
})
|
||||
|
||||
ctx, cancel = context.WithTimeout(context.Background(), defaultTestTimeout)
|
||||
defer cancel()
|
||||
// No timer should have been started.
|
||||
sCtx, cancel := context.WithTimeout(context.Background(), defaultTestShortTimeout)
|
||||
defer cancel()
|
||||
|
|
Loading…
Reference in New Issue