@@ -101,13 +101,11 @@ public void testCreateNetworkWithSubnetsWhenCreationGoesFine() throws Exception
101
101
NetworkCreationRequest networkCreationRequest = new NetworkCreationRequest .Builder ()
102
102
.withNetworkCidr ("16.0.0.0/16" )
103
103
.withAccountId ("account-id" )
104
- .withCreatorCrn ("creator-crn" )
105
104
.withVariant ("GCP" )
106
105
.withEnvCrn ("env-crn" )
107
106
.withEnvName ("super-env" )
108
107
.withPrivateSubnetEnabled (true )
109
108
.withTags (new HashMap <>())
110
- .withCreatorCrn ("creator-crn" )
111
109
.withRegion (Region .region ("us-west-1" ))
112
110
.withPublicSubnets (new HashSet <>())
113
111
.withPrivateSubnets (new HashSet <>())
@@ -176,13 +174,11 @@ public void testCreateNetworkWithSubnetsWhenCreationThrowTokenExceptionShouldThr
176
174
NetworkCreationRequest networkCreationRequest = new NetworkCreationRequest .Builder ()
177
175
.withNetworkCidr ("16.0.0.0/16" )
178
176
.withAccountId ("account-id" )
179
- .withCreatorCrn ("creator-crn" )
180
177
.withVariant ("GCP" )
181
178
.withEnvCrn ("env-crn" )
182
179
.withEnvName ("super-env" )
183
180
.withPrivateSubnetEnabled (true )
184
181
.withTags (new HashMap <>())
185
- .withCreatorCrn ("creator-crn" )
186
182
.withRegion (Region .region ("us-west-1" ))
187
183
.withPublicSubnets (new HashSet <>())
188
184
.withPrivateSubnets (new HashSet <>())
@@ -260,13 +256,11 @@ public void testCreateNetworkWithSubnetsWhenCreationThrowGoogleJsonResponseExcep
260
256
NetworkCreationRequest networkCreationRequest = new NetworkCreationRequest .Builder ()
261
257
.withNetworkCidr ("16.0.0.0/16" )
262
258
.withAccountId ("account-id" )
263
- .withCreatorCrn ("creator-crn" )
264
259
.withVariant ("GCP" )
265
260
.withEnvCrn ("env-crn" )
266
261
.withEnvName ("super-env" )
267
262
.withPrivateSubnetEnabled (true )
268
263
.withTags (new HashMap <>())
269
- .withCreatorCrn ("creator-crn" )
270
264
.withRegion (Region .region ("us-west-1" ))
271
265
.withPublicSubnets (new HashSet <>())
272
266
.withPrivateSubnets (new HashSet <>())
@@ -347,13 +341,11 @@ public void testCreateNetworkWithSubnetsWhenCreationThrowIoExceptionShouldThrowG
347
341
NetworkCreationRequest networkCreationRequest = new NetworkCreationRequest .Builder ()
348
342
.withNetworkCidr ("16.0.0.0/16" )
349
343
.withAccountId ("account-id" )
350
- .withCreatorCrn ("creator-crn" )
351
344
.withVariant ("GCP" )
352
345
.withEnvCrn ("env-crn" )
353
346
.withEnvName ("super-env" )
354
347
.withPrivateSubnetEnabled (true )
355
348
.withTags (new HashMap <>())
356
- .withCreatorCrn ("creator-crn" )
357
349
.withRegion (Region .region ("us-west-1" ))
358
350
.withPublicSubnets (new HashSet <>())
359
351
.withPrivateSubnets (new HashSet <>())
0 commit comments