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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user