Remove extraneous print statement from unit test

A quick fix that doesn't really fit well into any of the exisiting
patches in progress

Change-Id: I3c46ed22105c6be974b985ec4c7b2695390f5482
This commit is contained in:
Megan Guiney 2018-07-20 21:04:37 -07:00
parent 2e18fdc842
commit b12fe44c13
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ class GuidelinesTestCase(base.BaseTestCase):
return httmock.response(200, content, headers, None, 5, request)
with httmock.HTTMock(github_api_mock):
result = self.guidelines.get_guideline_list()
print(result)
expected_keys = ['powered', u'test']
expected_powered = [
{'name': u'2015.03.json',