mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
fixed DigitalOcean tests (no need for final dot on CAA records)
This commit is contained in:
@@ -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'}),
|
||||
|
||||
Reference in New Issue
Block a user