Skip to content

Commit

Permalink
Merge pull request prometheus#13503 from tylitianrui/chore/remove_red…
Browse files Browse the repository at this point in the history
…undance

remove redundant code
  • Loading branch information
bboreham authored Jul 30, 2024
2 parents 6cef869 + b538919 commit 79a0ba9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion discovery/legacymanager/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,6 @@ func TestCoordinationWithReceiver(t *testing.T) {
}

for _, tc := range testCases {
tc := tc
t.Run(tc.title, func(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
defer cancel()
Expand Down

0 comments on commit 79a0ba9

Please sign in to comment.