We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23ada3 commit 9c7a112Copy full SHA for 9c7a112
tests/integration/api_pull_test.go
@@ -457,12 +457,12 @@ func TestAPIViewPullFilesWithHeadRepoDeleted(t *testing.T) {
457
OldBranch: "master",
458
NewBranch: "fork-branch-1",
459
Author: &files_service.IdentityOptions{
460
- GitUserName: user1.Name,
461
- GitUserEmail: user1.Email,
+ Name: user1.Name,
+ Email: user1.Email,
462
},
463
Committer: &files_service.IdentityOptions{
464
465
466
467
Dates: &files_service.CommitDateOptions{
468
Author: time.Now(),
0 commit comments