@@ -132,14 +132,14 @@ func getExpectedFileResponseForRepoFilesCreate(commitID string, lastCommit *git.
132132 Author : & api.CommitUser {
133133 Identity : api.Identity {
134134 Name : "User Two" ,
135- Email : "user2+2 @noreply.example.org" ,
135+ Email : "2+user2 @noreply.example.org" ,
136136 },
137137 Date : time .Now ().UTC ().Format (time .RFC3339 ),
138138 },
139139 Committer : & api.CommitUser {
140140 Identity : api.Identity {
141141 Name : "User Two" ,
142- Email : "user2+2 @noreply.example.org" ,
142+ Email : "2+user2 @noreply.example.org" ,
143143 },
144144 Date : time .Now ().UTC ().Format (time .RFC3339 ),
145145 },
@@ -202,14 +202,14 @@ func getExpectedFileResponseForRepoFilesUpdate(commitID, filename, lastCommitSHA
202202 Author : & api.CommitUser {
203203 Identity : api.Identity {
204204 Name : "User Two" ,
205- Email : "user2+2 @noreply.example.org" ,
205+ Email : "2+user2 @noreply.example.org" ,
206206 },
207207 Date : time .Now ().UTC ().Format (time .RFC3339 ),
208208 },
209209 Committer : & api.CommitUser {
210210 Identity : api.Identity {
211211 Name : "User Two" ,
212- Email : "user2+2 @noreply.example.org" ,
212+ Email : "2+user2 @noreply.example.org" ,
213213 },
214214 Date : time .Now ().UTC ().Format (time .RFC3339 ),
215215 },
@@ -312,13 +312,13 @@ func getExpectedFileResponseForRepoFilesUpdateRename(commitID, lastCommitSHA str
312312 Author : & api.CommitUser {
313313 Identity : api.Identity {
314314 Name : "User Two" ,
315- Email : "user2+2 @noreply.example.org" ,
315+ Email : "2+user2 @noreply.example.org" ,
316316 },
317317 },
318318 Committer : & api.CommitUser {
319319 Identity : api.Identity {
320320 Name : "User Two" ,
321- Email : "user2+2 @noreply.example.org" ,
321+ Email : "2+user2 @noreply.example.org" ,
322322 },
323323 },
324324 Parents : []* api.CommitMeta {
0 commit comments