Skip to content

Commit e921429

Browse files
authored
test(e2e): remove explicit empty string from customized env suite (#3139)
Tested it this time :) By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
1 parent fb28071 commit e921429

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

e2e/customized-env/customized_env_suite_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ var _ = BeforeSuite(func() {
4141
appName = fmt.Sprintf("e2e-customizedenv-%d", time.Now().Unix())
4242
vpcConfig = client.EnvInitRequestVPCConfig{
4343
CIDR: "10.1.0.0/16",
44-
AZs: `""`, // Use default AZ options.
4544
PrivateSubnetCIDRs: "10.1.2.0/24,10.1.3.0/24",
4645
PublicSubnetCIDRs: "10.1.0.0/24,10.1.1.0/24",
4746
}

0 commit comments

Comments
 (0)