mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 18:17:03 +00:00
chore: Update Go deps (#571)
* chore: Update Go deps Signed-off-by: James Hillyerd <james@hillyerd.com> * Fix lint warnings for loopvars Signed-off-by: James Hillyerd <james@hillyerd.com> --------- Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
@@ -455,7 +455,6 @@ func TestBeforeMailFromAcceptedEventResponse(t *testing.T) {
|
||||
}
|
||||
|
||||
for name, tc := range tcs {
|
||||
tc := tc
|
||||
t.Run(name, func(t *testing.T) {
|
||||
// Reset event listener.
|
||||
shouldReturn = &tc.eventRes
|
||||
@@ -624,7 +623,6 @@ func TestBeforeRcptToAcceptedEventResponse(t *testing.T) {
|
||||
}
|
||||
|
||||
for name, tc := range tcs {
|
||||
tc := tc
|
||||
t.Run(name, func(t *testing.T) {
|
||||
// Reset event listener.
|
||||
shouldReturn = &tc.eventRes
|
||||
|
||||
Reference in New Issue
Block a user