1
0
Fork 0
forked from forgejo/forgejo

Use a small size repo for migrate test (#12300)

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
赵智超 2020-07-24 12:46:38 +08:00 committed by GitHub
parent 0186497e67
commit 7744b36e56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -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")
}