mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
Fix race on TestTriggerMultipleInstances (#9122)
This commit is contained in:
parent
e1bbcfcfda
commit
c4733a4792
1 changed files with 1 additions and 0 deletions
|
|
@ -650,6 +650,7 @@ func TestTriggerMultipleInstances(t *testing.T) {
|
|||
}
|
||||
|
||||
for _, c := range cases {
|
||||
c := c
|
||||
ctx, cancelFunc := context.WithCancel(context.Background())
|
||||
|
||||
instanceIDs := strings.Split("abcdef", "")
|
||||
|
|
|
|||
Loading…
Reference in a new issue