diff --git a/tests/integration/azure_disk_integration_test.py b/tests/integration/azure_disk_integration_test.py index dfb9c96da5..f4909b4299 100644 --- a/tests/integration/azure_disk_integration_test.py +++ b/tests/integration/azure_disk_integration_test.py @@ -45,7 +45,7 @@ def testPremiumStorage(self): 'vm_spec': { 'Azure': { 'machine_type': 'Standard_DS2', - 'zone': 'East US' + 'zone': 'eastus' } }, 'disk_spec': { @@ -71,7 +71,7 @@ def testStandardDisk(self): 'vm_spec': { 'Azure': { 'machine_type': 'Standard_D2', - 'zone': 'East US' + 'zone': 'eastus' } }, 'disk_spec': { @@ -93,7 +93,7 @@ def testLocalSSD(self): 'vm_spec': { 'Azure': { 'machine_type': 'Standard_D1', - 'zone': 'East US' + 'zone': 'eastus' } }, 'disk_spec': {