There was an error while loading. Please reload this page.
1 parent 60c67b6 commit 9f8fe7aCopy full SHA for 9f8fe7a
1 file changed
CloudFlare/tests/test_dns_records.py
@@ -67,10 +67,8 @@ def test_dns_records_port_invalid():
67
assert False
68
except CloudFlare.exceptions.CloudFlareAPIError as e:
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
- for x in e:
72
- print('Error expected: %d %s' % (int(x), str(x)))
73
- print('Error expected: %d %s' % (int(e), str(e)))
74
assert True
75
76
def test_dns_records_get1():
0 commit comments