diff --git a/tests/integration/repo_merge_upstream_test.go b/tests/integration/repo_merge_upstream_test.go index 19992dc19d358..8f16b80ab5471 100644 --- a/tests/integration/repo_merge_upstream_test.go +++ b/tests/integration/repo_merge_upstream_test.go @@ -88,9 +88,7 @@ func TestRepoMergeUpstream(t *testing.T) { req := NewRequestWithJSON(t, "PUT", fmt.Sprintf("/api/v1/repos/%s/%s/contents/%s", baseRepo.OwnerName, baseRepo.Name, "new-file.txt"), &api.UpdateFileOptions{ DeleteFileOptions: api.DeleteFileOptions{ FileOptions: api.FileOptions{ - BranchName: "master", - NewBranchName: "master", - Message: "Update new-file.txt", + Message: "Update new-file.txt", }, SHA: "a4007b6679563f949751ed31bb371fdfb3194446", },