@@ -68,13 +68,14 @@ func TestEnvironmentNewWithOptionalParams(t *testing.T) {
6868 Port : gitpod .F (int64 (1 )),
6969 }}),
7070 Secrets : gitpod .F ([]gitpod.EnvironmentSpecSecretParam {{
71- EnvironmentVariable : gitpod .F ("environmentVariable" ),
72- FilePath : gitpod .F ("filePath" ),
73- GitCredentialHost : gitpod .F ("gitCredentialHost" ),
74- Name : gitpod .F ("name" ),
75- Session : gitpod .F ("session" ),
76- Source : gitpod .F ("source" ),
77- SourceRef : gitpod .F ("sourceRef" ),
71+ ContainerRegistryBasicAuthHost : gitpod .F ("containerRegistryBasicAuthHost" ),
72+ EnvironmentVariable : gitpod .F ("environmentVariable" ),
73+ FilePath : gitpod .F ("filePath" ),
74+ GitCredentialHost : gitpod .F ("gitCredentialHost" ),
75+ Name : gitpod .F ("name" ),
76+ Session : gitpod .F ("session" ),
77+ Source : gitpod .F ("source" ),
78+ SourceRef : gitpod .F ("sourceRef" ),
7879 }}),
7980 SpecVersion : gitpod .F ("specVersion" ),
8081 SSHPublicKeys : gitpod .F ([]gitpod.EnvironmentSpecSSHPublicKeyParam {{
@@ -210,7 +211,6 @@ func TestEnvironmentListWithOptionalParams(t *testing.T) {
210211 RunnerKinds : gitpod .F ([]gitpod.RunnerKind {gitpod .RunnerKindUnspecified }),
211212 StatusPhases : gitpod .F ([]gitpod.EnvironmentPhase {gitpod .EnvironmentPhaseUnspecified }),
212213 }),
213- OrganizationID : gitpod .F ("182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ),
214214 Pagination : gitpod .F (gitpod.EnvironmentListParamsPagination {
215215 Token : gitpod .F ("token" ),
216216 PageSize : gitpod .F (int64 (100 )),
@@ -306,13 +306,14 @@ func TestEnvironmentNewFromProjectWithOptionalParams(t *testing.T) {
306306 Port : gitpod .F (int64 (1 )),
307307 }}),
308308 Secrets : gitpod .F ([]gitpod.EnvironmentSpecSecretParam {{
309- EnvironmentVariable : gitpod .F ("environmentVariable" ),
310- FilePath : gitpod .F ("filePath" ),
311- GitCredentialHost : gitpod .F ("gitCredentialHost" ),
312- Name : gitpod .F ("name" ),
313- Session : gitpod .F ("session" ),
314- Source : gitpod .F ("source" ),
315- SourceRef : gitpod .F ("sourceRef" ),
309+ ContainerRegistryBasicAuthHost : gitpod .F ("containerRegistryBasicAuthHost" ),
310+ EnvironmentVariable : gitpod .F ("environmentVariable" ),
311+ FilePath : gitpod .F ("filePath" ),
312+ GitCredentialHost : gitpod .F ("gitCredentialHost" ),
313+ Name : gitpod .F ("name" ),
314+ Session : gitpod .F ("session" ),
315+ Source : gitpod .F ("source" ),
316+ SourceRef : gitpod .F ("sourceRef" ),
316317 }}),
317318 SpecVersion : gitpod .F ("specVersion" ),
318319 SSHPublicKeys : gitpod .F ([]gitpod.EnvironmentSpecSSHPublicKeyParam {{
0 commit comments