diff options
Diffstat (limited to 'internal/db/actions_test.go')
-rw-r--r-- | internal/db/actions_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 |