Skip to content

Commit

Permalink
update check timer for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
changchaishi committed Jan 14, 2025
1 parent b26c356 commit 9163ded
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/repo_merge_upstream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit 9163ded

Please sign in to comment.