Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Troy Dawson <[email protected]>
  • Loading branch information
tdawson committed Apr 3, 2019
1 parent 2fd1fc1 commit 1454f88
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bodhi/tests/client/test___init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1653,10 +1653,6 @@ def test_addbuilds_removebuilds(self, send_request, query):
verb='GET'
)
]
print("CALLS")
print(calls)
print("MOCK_CALLS")
print(send_request.mock_calls)
self.assertEqual(send_request.mock_calls, calls)
self.assertEqual(bindings_client.base_url, 'http://localhost:6543/')

Expand Down

0 comments on commit 1454f88

Please sign in to comment.