We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212c080 commit 664c992Copy full SHA for 664c992
1 file changed
CloudFlare/tests/test_dns_records.py
@@ -69,6 +69,7 @@ def test_dns_records_port_invalid():
69
# more than one error returned by the API - a specific error and a generic error
70
print('Error expected: %r' % (e))
71
assert len(e) > 0
72
+ print('Error expected (chain): %s' % (' '.join(['%r' % (v) for v in e])))
73
assert True
74
75
def test_dns_records_get1():
0 commit comments