Browse Source

Makes sure !sandbox on a normal provider.

pull/489/head
Ross McFarland 6 years ago
committed by GitHub
parent
commit
b16f54d084
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tests/test_octodns_provider_dnsimple.py

+ 1
- 0
tests/test_octodns_provider_dnsimple.py View File

@ -44,6 +44,7 @@ class TestDnsimpleProvider(TestCase):
self.assertTrue('sandbox' in provider._client.base)
provider = DnsimpleProvider('test', 'token', 42)
self.assertFalse('sandbox' in provider._client.base)
# Bad auth
with requests_mock() as mock:


Loading…
Cancel
Save