Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Allow test to pass when setting an alternative region (i.e. not us-we…
Browse files Browse the repository at this point in the history
…st-1).
  • Loading branch information
davidmccormick committed Mar 22, 2018
1 parent b8892c3 commit f86e848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/maincluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2982,7 +2982,7 @@ vpc:
id: vpc-1a2b3c4d
subnets:
- name: Subnet0
availabilityZone: us-west-1c
availabilityZone: ` + firstAz + `
instanceCIDR: "10.0.0.0/24"
routeTable:
id: rtb-1a2b3c4d
Expand Down

0 comments on commit f86e848

Please sign in to comment.