Skip to content

Commit 9163ded

Browse files
committed
update check timer for tests
1 parent b26c356 commit 9163ded

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integration/repo_merge_upstream_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@ func TestRepoMergeUpstream(t *testing.T) {
8888
req := NewRequestWithJSON(t, "PUT", fmt.Sprintf("/api/v1/repos/%s/%s/contents/%s", baseRepo.OwnerName, baseRepo.Name, "new-file.txt"), &api.UpdateFileOptions{
8989
DeleteFileOptions: api.DeleteFileOptions{
9090
FileOptions: api.FileOptions{
91-
BranchName: "master",
92-
NewBranchName: "master",
93-
Message: "Update new-file.txt",
91+
Message: "Update new-file.txt",
9492
},
9593
SHA: "a4007b6679563f949751ed31bb371fdfb3194446",
9694
},

0 commit comments

Comments
 (0)