Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 664c992

Browse files
committed
add error print for error chain - to test that code
1 parent 212c080 commit 664c992

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CloudFlare/tests/test_dns_records.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def test_dns_records_port_invalid():
6969
# more than one error returned by the API - a specific error and a generic error
7070
print('Error expected: %r' % (e))
7171
assert len(e) > 0
72+
print('Error expected (chain): %s' % (' '.join(['%r' % (v) for v in e])))
7273
assert True
7374

7475
def test_dns_records_get1():

0 commit comments

Comments
 (0)