Merge "fix a typo of requirements"

This commit is contained in:
Zuul 2018-03-30 05:15:13 +00:00 committed by Gerrit Code Review
commit 445c17aa15
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ from __future__ import absolute_import
import sys
# NOTE(arosen): done to avoid the fact that cloudfoundryclient
# isn't in the openstack global reqirements.
# isn't in the openstack global requirements.
import mock
sys.modules['cloudfoundryclient.v2.client'] = mock.Mock()
sys.modules['cloudfoundryclient.v2'] = mock.Mock()