chore(tests): allow for the tests to run in parallel BE-12801 (#2231)
This commit is contained in:
@@ -19,6 +19,7 @@ import (
|
||||
)
|
||||
|
||||
func TestStackUpdateGitWebhookUniqueness(t *testing.T) {
|
||||
t.Parallel()
|
||||
webhook, err := uuid.NewRandom()
|
||||
require.NoError(t, err)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user