From ada10834627e858df22accd383a1402c62310821 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Mon, 8 May 2023 23:02:45 -0400 Subject: tests(db): fix data race (#7444) [skip ci] --- internal/db/actions_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal') diff --git a/internal/db/actions_test.go b/internal/db/actions_test.go index 15e11e9f..6b8a01a3 100644 --- a/internal/db/actions_test.go +++ b/internal/db/actions_test.go @@ -148,6 +148,8 @@ func actionsCommitRepo(t *testing.T, db *actions) { now := time.Unix(1588568886, 0).UTC() + conf.SetMockSSH(t, conf.SSHOpts{}) + t.Run("new commit", func(t *testing.T) { t.Cleanup(func() { err := db.Session(&gorm.Session{AllowGlobalUpdate: true}).WithContext(ctx).Delete(new(Action)).Error -- cgit v1.2.3