From 7f1b46dfc4ab534a4a1ab13e3b65aff2f593c038 Mon Sep 17 00:00:00 2001 From: wanghui Date: Mon, 26 Mar 2018 19:02:46 +0800 Subject: [PATCH] fix a typo of requirements Change-Id: Ia79344f4505a68d4da4173def97c920f955dd5df --- congress/tests/datasources/test_cloudfoundryv2_driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/congress/tests/datasources/test_cloudfoundryv2_driver.py b/congress/tests/datasources/test_cloudfoundryv2_driver.py index fc83acc6a..eadf7522f 100644 --- a/congress/tests/datasources/test_cloudfoundryv2_driver.py +++ b/congress/tests/datasources/test_cloudfoundryv2_driver.py @@ -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()