Skip to content

Commit

Permalink
Print result to see where Travis tests are failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Breton committed May 31, 2017
1 parent 9ce35b8 commit b6ea2a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def test_get_with_action(self):
contact_id = post_contact.json()['Data'][0]['ID']

result = self.client.contact_getcontactslists.get(contact_id).json()
print result
self.failUnless('Count' in result)

def test_get_with_id_filter(self):
Expand Down

0 comments on commit b6ea2a2

Please sign in to comment.