Merge "Fix a typo in functional helper class"

This commit is contained in:
Zuul
2021-01-22 15:38:19 +00:00
committed by Gerrit Code Review

View File

@@ -1683,7 +1683,7 @@ class SynchronousAPIBase(test_utils.BaseTestCase):
:param headers: Optional updates to the default set of headers
:returns: A webob.Response object
"""
return self.api_request('DELETE', url, heaers=headers)
return self.api_request('DELETE', url, headers=headers)
def _import_copy(self, image_id, stores):
"""Do an import of image_id to the given stores."""