Skip to content

Commit

Permalink
Fix azure integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyantingzero committed Dec 19, 2016
1 parent eba1044 commit 539dd16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/azure_disk_integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def testPremiumStorage(self):
'vm_spec': {
'Azure': {
'machine_type': 'Standard_DS2',
'zone': 'East US'
'zone': 'eastus'
}
},
'disk_spec': {
Expand All @@ -71,7 +71,7 @@ def testStandardDisk(self):
'vm_spec': {
'Azure': {
'machine_type': 'Standard_D2',
'zone': 'East US'
'zone': 'eastus'
}
},
'disk_spec': {
Expand All @@ -93,7 +93,7 @@ def testLocalSSD(self):
'vm_spec': {
'Azure': {
'machine_type': 'Standard_D1',
'zone': 'East US'
'zone': 'eastus'
}
},
'disk_spec': {
Expand Down

0 comments on commit 539dd16

Please sign in to comment.