Skip to content

Commit 979e4bf

Browse files
author
Mahsa Hanifi
committed
updated the integration test on the module
1 parent af5ef51 commit 979e4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/templates/az-svc-data-integration-mlw/tests/integration/integration_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func TestAppSvcPlanSingleRegion(t *testing.T) {
4444
mlWorkspaceTests.VerifyCreatedMLworkspace(SubscriptionID, "mlw_dev_resource_group", "mlw_id"),
4545
datafactIntegTests.VerifyCreatedDataFactory(SubscriptionID, "app_dev_resource_group", "data_factory_name"),
4646
funcAppIntegTests.VerifyCreatedFunctionApp(SubscriptionID, "azure_functionapp_name"),
47-
cosmosdbIntegTests.VerifyProvisionedCosmosDBAccount(SubscriptionID, "cosmosdb_resource_group_name", "cosmosdb_account_name"),
47+
cosmosdbIntegTests.InspectProvisionedCosmosDBAccount(SubscriptionID, "cosmosdb_resource_group_name", "cosmosdb_account_name"),
4848
},
4949
}
5050
integration.RunIntegrationTests(&testFixture)

0 commit comments

Comments
 (0)