change spell error

change the right spell "resource" word

Change-Id: Ieb9d4658a2386fed44edfd25994c251fa28ac03e
This commit is contained in:
brandonzhao 2018-01-18 16:59:02 +08:00
parent db73787c80
commit 16ee0f0ba4
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ class HeatBasicDeployment(OpenStackAmuletDeployment):
def test_400_heat_resource_types_list(self):
"""Check default heat resource list behavior, also confirm
heat functionality."""
u.log.debug('Checking default heat resouce list...')
u.log.debug('Checking default heat resource list...')
try:
types = list(self.heat.resource_types.list())
if type(types) is list: