fix ipallocationpolicy test (#1465)

This commit is contained in:
Dana Hoffman 2018-05-09 16:57:01 -07:00 committed by GitHub
parent da0b6f9d48
commit d78725f866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1088,7 +1088,7 @@ func TestAccContainerCluster_withIPAllocationPolicy(t *testing.T) {
"services_secondary_range_name": "services",
},
),
ExpectError: regexp.MustCompile("services secondary range \"services\" not found in subnet"),
ExpectError: regexp.MustCompile("secondary range \"services\" does not exist in network"),
},
},
})