We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ffe084 commit c55b1a9Copy full SHA for c55b1a9
1 file changed
src/renderer/utils/api/__mocks__/response-mocks.ts
@@ -20,7 +20,7 @@ export function mockRawUser(login: string): RawUser {
20
login,
21
id: 1,
22
node_id: 'MDQ6VXNlcjE=',
23
- avatar_url: 'https://avatars.githubusercontent.com/u/1?v=4' as Link,
+ avatar_url: 'https://avatars.githubusercontent.com/u/583231?v=4' as Link,
24
gravatar_id: '',
25
url: `https://api.github.com/users/${login}` as Link,
26
html_url: `https://github.com/${login}` as Link,
0 commit comments