Remove unnecessary function

pull/34442/head
Lunny Xiao 2025-05-12 16:48:30 -07:00
parent 89e9efb4ac
commit 77d8896be0
1 changed files with 0 additions and 3 deletions

View File

@ -34,9 +34,6 @@ func TestCreateFile(t *testing.T) {
})
}
func testCreateFileOnNewBranch(t *testing.T) {
}
func testCreateFile(t *testing.T, session *TestSession, user, repo, branch, filePath, content, newBranch string) *httptest.ResponseRecorder {
// Request editor page
newURL := fmt.Sprintf("/%s/%s/_new/%s/", user, repo, branch)