Merge "Remove a print statement from tests"
This commit is contained in:
commit
48a269e37b
@ -13,7 +13,6 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from __future__ import print_function
|
|
||||||
import mock
|
import mock
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
@ -165,7 +164,6 @@ class TestContainerController(TestRingBase):
|
|||||||
self.app._error_limiting = {}
|
self.app._error_limiting = {}
|
||||||
req = Request.blank('/v1/a/c', method=method)
|
req = Request.blank('/v1/a/c', method=method)
|
||||||
with mocked_http_conn(*statuses) as fake_conn:
|
with mocked_http_conn(*statuses) as fake_conn:
|
||||||
print('a' * 50)
|
|
||||||
resp = req.get_response(self.app)
|
resp = req.get_response(self.app)
|
||||||
self.assertEqual(resp.status_int, expected)
|
self.assertEqual(resp.status_int, expected)
|
||||||
for req in fake_conn.requests:
|
for req in fake_conn.requests:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user