tests: remove debug for gorm
Some checks failed
Format and Lint / format-check (push) Failing after 1m55s
Format and Lint / test (push) Failing after 1m14s

This commit is contained in:
Максим Слипенко 2024-12-27 01:27:11 +03:00
parent 79e84d400f
commit 2db1355d64

View file

@ -133,7 +133,7 @@ func TestTaskService_Upload(t *testing.T) {
Name: "Sisyphus",
}
db.Debug().Create(&models.GitRepoAltRepoTask{
db.Create(&models.GitRepoAltRepoTask{
Repo: gitRepo,
ALTRepo: altRepo,
CurrentTask: &models.Task{