Skip to content

Commit

Permalink
add error print for error chain - to test that code
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Feb 12, 2024
1 parent 212c080 commit 664c992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CloudFlare/tests/test_dns_records.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def test_dns_records_port_invalid():
# more than one error returned by the API - a specific error and a generic error
print('Error expected: %r' % (e))
assert len(e) > 0
print('Error expected (chain): %s' % (' '.join(['%r' % (v) for v in e])))
assert True

def test_dns_records_get1():
Expand Down

0 comments on commit 664c992

Please sign in to comment.