chore(tests): allow for the tests to run in parallel BE-12801 (#2231)

This commit is contained in:
andres-portainer
2026-04-07 17:38:22 -03:00
committed by GitHub
parent 30ca5e298c
commit 1298fc629e
232 changed files with 603 additions and 0 deletions
@@ -19,6 +19,7 @@ import (
)
func TestStackUpdateGitWebhookUniqueness(t *testing.T) {
t.Parallel()
webhook, err := uuid.NewRandom()
require.NoError(t, err)