Skip to content

Commit b6ea2a2

Browse files
author
Arnaud Breton
committed
Print result to see where Travis tests are failing
1 parent 9ce35b8 commit b6ea2a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def test_get_with_action(self):
4444
contact_id = post_contact.json()['Data'][0]['ID']
4545

4646
result = self.client.contact_getcontactslists.get(contact_id).json()
47+
print result
4748
self.failUnless('Count' in result)
4849

4950
def test_get_with_id_filter(self):

0 commit comments

Comments
 (0)