Skip to content

Commit c3d9c51

Browse files
committed
add more kyle
1 parent 7630879 commit c3d9c51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

site/src/pages/ExternalAuthPage/ExternalAuthPageView.stories.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ WebAuthenticated.args = {
2222
app_installable: false,
2323
display_name: "BitBucket",
2424
user: {
25-
avatar_url: "",
25+
avatar_url: "https://avatars.githubusercontent.com/u/7122116?v=4",
2626
login: "kylecarbs",
2727
name: "Kyle Carberry",
2828
profile_url: "",
@@ -83,7 +83,7 @@ DeviceAuthenticatedNotInstalled.args = {
8383
app_install_url: "https://example.com",
8484
app_installable: true,
8585
user: {
86-
avatar_url: "",
86+
avatar_url: "https://avatars.githubusercontent.com/u/7122116?v=4",
8787
login: "kylecarbs",
8888
name: "Kyle Carberry",
8989
profile_url: "",
@@ -112,7 +112,7 @@ DeviceAuthenticatedInstalled.args = {
112112
app_install_url: "https://example.com",
113113
app_installable: true,
114114
user: {
115-
avatar_url: "",
115+
avatar_url: "https://avatars.githubusercontent.com/u/7122116?v=4",
116116
login: "kylecarbs",
117117
name: "Kyle Carberry",
118118
profile_url: "",

site/src/testHelpers/entities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ export const MockWorkspace: TypesGen.Workspace = {
10141014
owner_id: MockUser.id,
10151015
organization_id: MockOrganization.id,
10161016
owner_name: MockUser.username,
1017-
owner_avatar_url: "",
1017+
owner_avatar_url: "https://avatars.githubusercontent.com/u/7122116?v=4",
10181018
autostart_schedule: MockWorkspaceAutostartEnabled.schedule,
10191019
ttl_ms: 2 * 60 * 60 * 1000,
10201020
latest_build: MockWorkspaceBuild,

0 commit comments

Comments
 (0)