@@ -45,14 +45,13 @@ def test_method_create_with_all_params(self, client: Gitpod) -> None:
45
45
"initializer" : {
46
46
"specs" : [
47
47
{
48
- "contextUrl" : {"url" : "https://example.com" },
49
48
"git" : {
50
49
"checkout_location" : "checkoutLocation" ,
51
50
"clone_target" : "cloneTarget" ,
52
51
"remote_uri" : "remoteUri" ,
53
52
"target_mode" : "CLONE_TARGET_MODE_UNSPECIFIED" ,
54
53
"upstream_remote_uri" : "upstreamRemoteUri" ,
55
- },
54
+ }
56
55
}
57
56
]
58
57
},
@@ -76,12 +75,8 @@ def test_method_create_with_all_params(self, client: Gitpod) -> None:
76
75
],
77
76
"secrets" : [
78
77
{
79
- "environmentVariable" : "environmentVariable" ,
80
- "filePath" : "filePath" ,
81
- "gitCredentialHost" : "gitCredentialHost" ,
82
78
"name" : "name" ,
83
79
"source" : "source" ,
84
- "sourceRef" : "sourceRef" ,
85
80
}
86
81
],
87
82
"spec_version" : "string" ,
@@ -235,14 +230,13 @@ def test_method_create_from_project_with_all_params(self, client: Gitpod) -> Non
235
230
"initializer" : {
236
231
"specs" : [
237
232
{
238
- "contextUrl" : {"url" : "https://example.com" },
239
233
"git" : {
240
234
"checkout_location" : "checkoutLocation" ,
241
235
"clone_target" : "cloneTarget" ,
242
236
"remote_uri" : "remoteUri" ,
243
237
"target_mode" : "CLONE_TARGET_MODE_UNSPECIFIED" ,
244
238
"upstream_remote_uri" : "upstreamRemoteUri" ,
245
- },
239
+ }
246
240
}
247
241
]
248
242
},
@@ -266,12 +260,8 @@ def test_method_create_from_project_with_all_params(self, client: Gitpod) -> Non
266
260
],
267
261
"secrets" : [
268
262
{
269
- "environmentVariable" : "environmentVariable" ,
270
- "filePath" : "filePath" ,
271
- "gitCredentialHost" : "gitCredentialHost" ,
272
263
"name" : "name" ,
273
264
"source" : "source" ,
274
- "sourceRef" : "sourceRef" ,
275
265
}
276
266
],
277
267
"spec_version" : "string" ,
@@ -378,14 +368,13 @@ async def test_method_create_with_all_params(self, async_client: AsyncGitpod) ->
378
368
"initializer" : {
379
369
"specs" : [
380
370
{
381
- "contextUrl" : {"url" : "https://example.com" },
382
371
"git" : {
383
372
"checkout_location" : "checkoutLocation" ,
384
373
"clone_target" : "cloneTarget" ,
385
374
"remote_uri" : "remoteUri" ,
386
375
"target_mode" : "CLONE_TARGET_MODE_UNSPECIFIED" ,
387
376
"upstream_remote_uri" : "upstreamRemoteUri" ,
388
- },
377
+ }
389
378
}
390
379
]
391
380
},
@@ -409,12 +398,8 @@ async def test_method_create_with_all_params(self, async_client: AsyncGitpod) ->
409
398
],
410
399
"secrets" : [
411
400
{
412
- "environmentVariable" : "environmentVariable" ,
413
- "filePath" : "filePath" ,
414
- "gitCredentialHost" : "gitCredentialHost" ,
415
401
"name" : "name" ,
416
402
"source" : "source" ,
417
- "sourceRef" : "sourceRef" ,
418
403
}
419
404
],
420
405
"spec_version" : "string" ,
@@ -568,14 +553,13 @@ async def test_method_create_from_project_with_all_params(self, async_client: As
568
553
"initializer" : {
569
554
"specs" : [
570
555
{
571
- "contextUrl" : {"url" : "https://example.com" },
572
556
"git" : {
573
557
"checkout_location" : "checkoutLocation" ,
574
558
"clone_target" : "cloneTarget" ,
575
559
"remote_uri" : "remoteUri" ,
576
560
"target_mode" : "CLONE_TARGET_MODE_UNSPECIFIED" ,
577
561
"upstream_remote_uri" : "upstreamRemoteUri" ,
578
- },
562
+ }
579
563
}
580
564
]
581
565
},
@@ -599,12 +583,8 @@ async def test_method_create_from_project_with_all_params(self, async_client: As
599
583
],
600
584
"secrets" : [
601
585
{
602
- "environmentVariable" : "environmentVariable" ,
603
- "filePath" : "filePath" ,
604
- "gitCredentialHost" : "gitCredentialHost" ,
605
586
"name" : "name" ,
606
587
"source" : "source" ,
607
- "sourceRef" : "sourceRef" ,
608
588
}
609
589
],
610
590
"spec_version" : "string" ,
0 commit comments