Skip to content

Commit edd0091

Browse files
remove redundant assignment in multitenant_test.go (#7382)
* remove redundant assignment in multitenant_test.go Signed-off-by: kishorekg1999 <kishorekg@google.com> * remove redundant assignment in multitenant_test.go Signed-off-by: kishorekg1999 <kishorekg@google.com> --------- Signed-off-by: kishorekg1999 <kishorekg@google.com>
1 parent d2596a3 commit edd0091

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/alertmanager/multitenant_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2503,8 +2503,6 @@ func (m *mockAlertManagerLimits) AlertmanagerMaxSilenceSizeBytes(_ string) int {
25032503
}
25042504

25052505
func TestMultitenantAlertmanager_isUserOwned(t *testing.T) {
2506-
ctx := context.Background()
2507-
_ = ctx
25082506
amConfig := mockAlertmanagerConfig(t)
25092507
amConfig.ShardingEnabled = true
25102508

0 commit comments

Comments
 (0)