Run go fix

This commit is contained in:
Ian Fijolek
2026-02-18 09:05:07 -08:00
committed by IamTheFij
parent c40841ef61
commit 3323a562c9
5 changed files with 5 additions and 22 deletions
-3
View File
@@ -22,7 +22,6 @@ func TestAlertValidate(t *testing.T) {
}
for _, c := range cases {
c := c
t.Run(c.name, func(t *testing.T) {
t.Parallel()
@@ -77,7 +76,6 @@ func TestAlertSend(t *testing.T) {
}
for _, c := range cases {
c := c
t.Run(c.name, func(t *testing.T) {
t.Parallel()
@@ -123,7 +121,6 @@ func TestAlertBuildTemplate(t *testing.T) {
}
for _, c := range cases {
c := c
t.Run(c.name, func(t *testing.T) {
t.Parallel()