Fix typo in test_quotas.py

TrivialFix

Change-Id: Ic3472a7b92cabfae15e40e03e8728d02eb25f6e7
This commit is contained in:
liangjingtao 2016-11-21 16:56:40 +08:00
parent a1ed8a6b29
commit c78f9a456e
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class NestedQuotasTest(functional_helpers._FunctionalTestBase):
in quota.items() if key != 'per_volume_gigabytes'}
return self.api.quota_set(project_id, type_updates)
def test_grandchild_soft_limit_propogates_up(self):
def test_grandchild_soft_limit_propagates_up(self):
quota = {'volumes': -1, 'gigabytes': -1, 'per_volume_gigabytes': -1}
self._update_quota_and_def_type(self.B.id, quota)
self._update_quota_and_def_type(self.D.id, quota)