File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ WebAuthenticated.args = {
22
22
app_installable : false ,
23
23
display_name : "BitBucket" ,
24
24
user : {
25
- avatar_url : "" ,
25
+ avatar_url : "https://avatars.githubusercontent.com/u/7122116?v=4 " ,
26
26
login : "kylecarbs" ,
27
27
name : "Kyle Carberry" ,
28
28
profile_url : "" ,
@@ -83,7 +83,7 @@ DeviceAuthenticatedNotInstalled.args = {
83
83
app_install_url : "https://example.com" ,
84
84
app_installable : true ,
85
85
user : {
86
- avatar_url : "" ,
86
+ avatar_url : "https://avatars.githubusercontent.com/u/7122116?v=4 " ,
87
87
login : "kylecarbs" ,
88
88
name : "Kyle Carberry" ,
89
89
profile_url : "" ,
@@ -112,7 +112,7 @@ DeviceAuthenticatedInstalled.args = {
112
112
app_install_url : "https://example.com" ,
113
113
app_installable : true ,
114
114
user : {
115
- avatar_url : "" ,
115
+ avatar_url : "https://avatars.githubusercontent.com/u/7122116?v=4 " ,
116
116
login : "kylecarbs" ,
117
117
name : "Kyle Carberry" ,
118
118
profile_url : "" ,
Original file line number Diff line number Diff line change @@ -1014,7 +1014,7 @@ export const MockWorkspace: TypesGen.Workspace = {
1014
1014
owner_id : MockUser . id ,
1015
1015
organization_id : MockOrganization . id ,
1016
1016
owner_name : MockUser . username ,
1017
- owner_avatar_url : "" ,
1017
+ owner_avatar_url : "https://avatars.githubusercontent.com/u/7122116?v=4 " ,
1018
1018
autostart_schedule : MockWorkspaceAutostartEnabled . schedule ,
1019
1019
ttl_ms : 2 * 60 * 60 * 1000 ,
1020
1020
latest_build : MockWorkspaceBuild ,
You can’t perform that action at this time.
0 commit comments