@@ -156,7 +156,7 @@ func testPullRequest(pr *scm.PullRequest) func(t *testing.T) {
156
156
if got , want := pr .Author .Name , "Drew Blessing" ; got != want {
157
157
t .Errorf ("Want pr Author Name %q, got %q" , want , got )
158
158
}
159
- if got , want := pr .Author .Avatar , "https://secure.gravatar.com/ avatar/b5bf44866b4eeafa2d8114bfe15da02f?s=80&d=identicon " ; got != want {
159
+ if got , want := pr .Author .Avatar , "https://assets.gitlab-static.net/uploads/-/system/user/ avatar/13356/avatar.png " ; got != want {
160
160
t .Errorf ("Want pr Author Avatar %q, got %q" , want , got )
161
161
}
162
162
if got , want := pr .Closed , true ; got != want {
@@ -188,7 +188,7 @@ func testPullRequestComment(comment *scm.Comment) func(t *testing.T) {
188
188
if got , want := comment .Author .Name , "Drew Blessing" ; got != want {
189
189
t .Errorf ("Want pr comment Author Name %q, got %q" , want , got )
190
190
}
191
- if got , want := comment .Author .Avatar , "https://secure.gravatar.com/ avatar/b5bf44866b4eeafa2d8114bfe15da02f?s=80&d=identicon " ; got != want {
191
+ if got , want := comment .Author .Avatar , "https://assets.gitlab-static.net/uploads/-/system/user/ avatar/13356/avatar.png " ; got != want {
192
192
t .Errorf ("Want pr comment Author Avatar %q, got %q" , want , got )
193
193
}
194
194
if got , want := comment .Created .Unix (), int64 (1450463422 ); got != want {
0 commit comments