Merge "Fix test_show_default_quota_set_xxx"

This commit is contained in:
Jenkins
2015-10-28 01:43:43 +00:00
committed by Gerrit Code Review

View File

@@ -71,10 +71,10 @@ class TestQuotasClient(base.BaseComputeServiceTest):
tenant_id=self.project_id)
def test_show_default_quota_set_with_str_body(self):
self._test_show_quota_set()
self._test_show_default_quota_set()
def test_show_default_quota_set_with_bytes_body(self):
self._test_show_quota_set(bytes_body=True)
self._test_show_default_quota_set(bytes_body=True)
def test_update_quota_set(self):
fake_quota_set = copy.deepcopy(self.FAKE_QUOTA_SET)