Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny committed Jun 12, 2024
1 parent ddaf748 commit 5aeca11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/pull_allowedit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func TestPullAllowMaintainerEdit(t *testing.T) {
session := loginUser(t, "user1")
user1 := unittest.AssertExistsAndLoadBean(t, &user_model.User{ID: 1})
forkedName := "repo1"
testRepoFork(t, session, "org3", "repo5", "user1", forkedName)
testRepoFork(t, session, "org3", "repo5", "user1", forkedName, "master")
defer func() {
testDeleteRepository(t, session, "user1", forkedName)
}()
Expand Down

0 comments on commit 5aeca11

Please sign in to comment.