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

This commit is contained in:
Ricard Bejarano
2021-04-28 16:26:49 +02:00
parent f115c56b5b
commit 2351c406f6
+1 -1
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'}),