Skip to content

Commit 5aeca11

Browse files
committed
Fix test
1 parent ddaf748 commit 5aeca11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/pull_allowedit_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func TestPullAllowMaintainerEdit(t *testing.T) {
2323
session := loginUser(t, "user1")
2424
user1 := unittest.AssertExistsAndLoadBean(t, &user_model.User{ID: 1})
2525
forkedName := "repo1"
26-
testRepoFork(t, session, "org3", "repo5", "user1", forkedName)
26+
testRepoFork(t, session, "org3", "repo5", "user1", forkedName, "master")
2727
defer func() {
2828
testDeleteRepository(t, session, "user1", forkedName)
2929
}()

0 commit comments

Comments
 (0)