Browse Source

Wrap a long line in test_octodns_provider_cloudflare.py

pull/29/head
Ross McFarland 9 years ago
committed by GitHub
parent
commit
e41f0d7d78
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      tests/test_octodns_provider_cloudflare.py

+ 2
- 1
tests/test_octodns_provider_cloudflare.py 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


Loading…
Cancel
Save