1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Wrap a long line in test_octodns_provider_cloudflare.py

This commit is contained in:
Ross McFarland
2017-05-03 06:24:37 -07:00
committed by GitHub
parent bc98af024b
commit e41f0d7d78

View File

@@ -162,7 +162,8 @@ class TestCloudflareProvider(TestCase):
}),
# make sure semicolons are not escaped when sending data
call('POST', '/zones/42/dns_records', data={
'content': 'v=DKIM1;k=rsa;s=email;h=sha256;p=A/kinda+of/long/string+with+numb3rs',
'content': 'v=DKIM1;k=rsa;s=email;h=sha256;'
'p=A/kinda+of/long/string+with+numb3rs',
'type': 'TXT',
'name': 'txt.unit.tests',
'ttl': 600