summaryrefslogtreecommitdiffstats
path: root/services/migrations/codebase_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/migrations/codebase_test.go')
-rw-r--r--services/migrations/codebase_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/services/migrations/codebase_test.go b/services/migrations/codebase_test.go
index cb70a2bf75..03b5946d71 100644
--- a/services/migrations/codebase_test.go
+++ b/services/migrations/codebase_test.go
@@ -6,7 +6,6 @@ package migrations
import (
"context"
- "fmt"
"net/url"
"os"
"testing"
@@ -40,7 +39,7 @@ func TestCodebaseDownloadRepo(t *testing.T) {
AuthPassword: apiPassword,
})
if err != nil {
- t.Fatal(fmt.Sprintf("Error creating Codebase downloader: %v", err))
+ t.Fatalf("Error creating Codebase downloader: %v", err)
}
repo, err := downloader.GetRepoInfo()
assert.NoError(t, err)