mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Makes sure !sandbox on a normal provider.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user