We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2095cf commit 18ecee5Copy full SHA for 18ecee5
services/mirror/mirror_test.go
@@ -11,7 +11,6 @@ import (
11
"code.gitea.io/gitea/models"
12
"code.gitea.io/gitea/modules/git"
13
14
- "gitea.com/lunny/path"
15
"github.com/stretchr/testify/assert"
16
)
17
@@ -26,8 +25,6 @@ func TestRelease_MirrorDelete(t *testing.T) {
26
25
repo := models.AssertExistsAndLoadBean(t, &models.Repository{ID: 1}).(*models.Repository)
27
repoPath := models.RepoPath(user.Name, repo.Name)
28
29
- assert.NoError(t, path.CopyDir("../../integrations/gitea-repositories-meta/user2/repo1.git", repoPath))
30
-
31
migrationOptions := models.MigrateRepoOptions{
32
Name: "test_mirror",
33
Description: "Test mirror",
0 commit comments