From 631a4f217af922012ce4c0d3b8557e3854114bf4 Mon Sep 17 00:00:00 2001 From: kt Date: Mon, 14 Jan 2019 00:16:00 -0800 Subject: [PATCH] cleanup after merge --- azurerm/resource_arm_application_gateway_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azurerm/resource_arm_application_gateway_test.go b/azurerm/resource_arm_application_gateway_test.go index 8e7cb34b6eb2..f3d38dbc5e25 100644 --- a/azurerm/resource_arm_application_gateway_test.go +++ b/azurerm/resource_arm_application_gateway_test.go @@ -224,8 +224,8 @@ func TestAccAzureRMApplicationGateway_probes(t *testing.T) { func TestAccAzureRMApplicationGateway_probesPickHostNameFromBackendHTTPSettings(t *testing.T) { resourceName := "azurerm_application_gateway.test" - ri := acctest.RandInt() - + ri := tf.AccRandTimeInt() + resource.ParallelTest(t, resource.TestCase{ PreCheck: func() { testAccPreCheck(t) }, Providers: testAccProviders, @@ -249,7 +249,7 @@ func TestAccAzureRMApplicationGateway_probesPickHostNameFromBackendHTTPSettings( func TestAccAzureRMApplicationGateway_settingsPickHostNameFromBackendAddress(t *testing.T) { resourceName := "azurerm_application_gateway.test" - ri := acctest.RandInt() + ri := tf.AccRandTimeInt() resource.ParallelTest(t, resource.TestCase{ PreCheck: func() { testAccPreCheck(t) },