summaryrefslogtreecommitdiffstats
path: root/integrations/repo_migrate_test.go
diff options
context:
space:
mode:
author赵智超 <1012112796@qq.com>2020-07-24 12:46:38 +0800
committerGitHub <noreply@github.com>2020-07-24 12:46:38 +0800
commit7744b36e56aefc16fce321b1bf0d8614a470d894 (patch)
tree6b7e361b0f47197dc614d3b67365dd56fcc6c61d /integrations/repo_migrate_test.go
parent0186497e676b531787045863647f08f076ed0b32 (diff)
downloadgitea-7744b36e56aefc16fce321b1bf0d8614a470d894.tar.gz
gitea-7744b36e56aefc16fce321b1bf0d8614a470d894.zip
Use a small size repo for migrate test (#12300)
Signed-off-by: a1012112796 <1012112796@qq.com>
Diffstat (limited to 'integrations/repo_migrate_test.go')
-rw-r--r--integrations/repo_migrate_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/repo_migrate_test.go b/integrations/repo_migrate_test.go
index f95218a114..a9970655ef 100644
--- a/integrations/repo_migrate_test.go
+++ b/integrations/repo_migrate_test.go
@@ -38,5 +38,5 @@ func testRepoMigrate(t testing.TB, session *TestSession, cloneAddr, repoName str
func TestRepoMigrate(t *testing.T) {
defer prepareTestEnv(t)()
session := loginUser(t, "user2")
- testRepoMigrate(t, session, "https://github.com/go-gitea/git.git", "git")
+ testRepoMigrate(t, session, "https://github.com/go-gitea/test_repo.git", "git")
}