Browse Source

Tests for DNSimple sandbox

pull/489/head
John Lane 6 years ago
parent
commit
2d09a01c74
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      tests/test_octodns_provider_dnsimple.py

+ 4
- 0
tests/test_octodns_provider_dnsimple.py View File

@ -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


Loading…
Cancel
Save