mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Tests for DNSimple sandbox
This commit is contained in:
@@ -38,6 +38,10 @@ class TestDnsimpleProvider(TestCase):
|
||||
break
|
||||
|
||||
def test_populate(self):
|
||||
|
||||
# Sandbox
|
||||
provider = DnsimpleProvider('test', 'token', 42, 'true')
|
||||
|
||||
provider = DnsimpleProvider('test', 'token', 42)
|
||||
|
||||
# Bad auth
|
||||
|
||||
Reference in New Issue
Block a user