Skip to content

Commit

Permalink
Fixing the failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Mar 6, 2019
1 parent 31919cb commit f3373d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/data_source_api_management_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func TestAccDataSourceAzureRMApiManagementApi_basic(t *testing.T) {
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr(dataSourceName, "display_name", "api1"),
resource.TestCheckResourceAttr(dataSourceName, "path", "api1"),
resource.TestCheckResourceAttr(dataSourceName, "protocols.%", "1"),
resource.TestCheckResourceAttr(dataSourceName, "protocols.#", "1"),
resource.TestCheckResourceAttr(dataSourceName, "protocols.0", "https"),
resource.TestCheckResourceAttr(dataSourceName, "soap_pass_through", "true"),
resource.TestCheckResourceAttr(dataSourceName, "is_current", "true"),
Expand Down

0 comments on commit f3373d2

Please sign in to comment.