Skip to content

Commit

Permalink
updating the test expectation to match the response
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Apr 16, 2019
1 parent a79361a commit ca4fa3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azurerm/data_source_express_route_circuit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ func testAccDataSourceAzureRMExpressRoute_basicMetered(t *testing.T) {
{
Config: testAccDataSourceAzureRMExpressRoute_basic(ri, location),
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr(dataSourceName, "service_provider_properties.0.service_provider_name", "Equinix Test"),
resource.TestCheckResourceAttr(dataSourceName, "service_provider_properties.0.peering_location", "Silicon Valley Test"),
resource.TestCheckResourceAttr(dataSourceName, "service_provider_properties.0.service_provider_name", "Equinix"),
resource.TestCheckResourceAttr(dataSourceName, "service_provider_properties.0.peering_location", "Silicon Valley"),
resource.TestCheckResourceAttr(dataSourceName, "service_provider_properties.0.bandwidth_in_mbps", "50"),
resource.TestCheckResourceAttr(dataSourceName, "sku.0.tier", "Standard"),
resource.TestCheckResourceAttr(dataSourceName, "sku.0.family", "MeteredData"),
Expand Down

0 comments on commit ca4fa3c

Please sign in to comment.