Browse Source

fixed DigitalOcean tests (no need for final dot on CAA records)

pull/692/head
Ricard Bejarano 5 years ago
parent
commit
2351c406f6
No known key found for this signature in database GPG Key ID: 98E8072CB960073F
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/test_octodns_provider_digitalocean.py

+ 1
- 1
tests/test_octodns_provider_digitalocean.py View File

@ -186,7 +186,7 @@ class TestDigitalOceanProvider(TestCase):
'name': '@',
'ttl': 300, 'type': 'A'}),
call('POST', '/domains/unit.tests/records', data={
'data': 'ca.unit.tests.',
'data': 'ca.unit.tests',
'flags': 0, 'name': '@',
'tag': 'issue',
'ttl': 3600, 'type': 'CAA'}),


Loading…
Cancel
Save