Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
missed avatar_url cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mgross-ebner committed Jun 13, 2023
1 parent 56e3717 commit baaa600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testdata/webhooks/feature_flag.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name":"Gitlab Test",
"description":"Aut reprehenderit ut est.",
"web_url":"http://example.com/gitlabhq/gitlab-test",
"avatar_url":null,
"avatar_url": "https://www.gravatar.com/avatar/dd46a756faad4727fb679320751f6dea?s=80&d=identicon",
"git_ssh_url":"git@example.com:gitlabhq/gitlab-test.git",
"git_http_url":"http://example.com/gitlabhq/gitlab-test.git",
"namespace":"GitlabHQ",
Expand Down
2 changes: 1 addition & 1 deletion testdata/webhooks/tag_push.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"name":"Example",
"description":"",
"web_url":"http://example.com/jsmith/example",
"avatar_url":null,
"avatar_url": "https://www.gravatar.com/avatar/dd46a756faad4727fb679320751f6dea?s=80&d=identicon",
"git_ssh_url":"git@example.com:jsmith/example.git",
"git_http_url":"http://example.com/jsmith/example.git",
"namespace":"Jsmith",
Expand Down

0 comments on commit baaa600

Please sign in to comment.