Skip to content

Commit aeaec34

Browse files
Fix public API test on main (#20352)
1 parent 65e3f09 commit aeaec34

9 files changed

+18
-9
lines changed

components/public-api/typescript-common/fixtures/toWorkspace2_1.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"annotations": {},
99
"name": "gitpod-io/workspace-images - main",
1010
"pinned": false,
11-
"originalContextUrl": "https://github.com/gitpod-io/workspace-images"
11+
"originalContextUrl": "https://github.com/gitpod-io/workspace-images",
12+
"warnings": []
1213
},
1314
"spec": {
1415
"initializer": {

components/public-api/typescript-common/fixtures/toWorkspace2_2.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"annotations": {},
99
"name": "gitpod-io/gitpod - main",
1010
"pinned": true,
11-
"originalContextUrl": "https://github.com/gitpod-io/gitpod"
11+
"originalContextUrl": "https://github.com/gitpod-io/gitpod",
12+
"warnings": []
1213
},
1314
"spec": {
1415
"initializer": {

components/public-api/typescript-common/fixtures/toWorkspace2_3.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"annotations": {},
99
"name": "gitpod-io/empty ",
1010
"pinned": false,
11-
"originalContextUrl": "https://github.com/gitpod-io/empty"
11+
"originalContextUrl": "https://github.com/gitpod-io/empty",
12+
"warnings": []
1213
},
1314
"spec": {
1415
"initializer": {

components/public-api/typescript-common/fixtures/toWorkspace3_adminPage_1.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"annotations": {},
99
"name": "description",
1010
"pinned": true,
11-
"originalContextUrl": "https://github.com/gitpod-io/contextURL"
11+
"originalContextUrl": "https://github.com/gitpod-io/contextURL",
12+
"warnings": []
1213
},
1314
"spec": {
1415
"initializer": {

components/public-api/typescript-common/fixtures/toWorkspace3_adminPage_2.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"annotations": {},
99
"name": "empty",
1010
"pinned": true,
11-
"originalContextUrl": "https://github.com/gitpod-io/empty"
11+
"originalContextUrl": "https://github.com/gitpod-io/empty",
12+
"warnings": []
1213
},
1314
"spec": {
1415
"initializer": {

components/public-api/typescript-common/fixtures/toWorkspaceSession_1.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"annotations": {},
1111
"name": "akosyakov/parcel-demo - master",
1212
"pinned": false,
13-
"originalContextUrl": "https://github.com/akosyakov/parcel-demo"
13+
"originalContextUrl": "https://github.com/akosyakov/parcel-demo",
14+
"warnings": []
1415
},
1516
"spec": {
1617
"initializer": {

components/public-api/typescript-common/fixtures/toWorkspaceSession_2.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"annotations": {},
1111
"name": "svenefftinge/2048-in-terminal - master",
1212
"pinned": false,
13-
"originalContextUrl": "https://github.com/svenefftinge/2048-in-terminal"
13+
"originalContextUrl": "https://github.com/svenefftinge/2048-in-terminal",
14+
"warnings": []
1415
},
1516
"spec": {
1617
"initializer": {

components/public-api/typescript-common/fixtures/toWorkspaceSession_3.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"annotations": {},
1111
"name": "svenefftinge/2048-in-terminal - master",
1212
"pinned": false,
13-
"originalContextUrl": "https://github.com/svenefftinge/2048-in-terminal"
13+
"originalContextUrl": "https://github.com/svenefftinge/2048-in-terminal",
14+
"warnings": []
1415
},
1516
"spec": {
1617
"initializer": {

components/public-api/typescript-common/fixtures/toWorkspaceSession_4.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"annotations": {},
1111
"name": "svenefftinge/2048-in-terminal - master",
1212
"pinned": false,
13-
"originalContextUrl": "https://github.com/svenefftinge/2048-in-terminal"
13+
"originalContextUrl": "https://github.com/svenefftinge/2048-in-terminal",
14+
"warnings": []
1415
},
1516
"spec": {
1617
"initializer": {

0 commit comments

Comments
 (0)