mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Improve test; downcase instance variable
This commit is contained in:
@@ -41,6 +41,7 @@ class TestDnsimpleProvider(TestCase):
|
||||
|
||||
# Sandbox
|
||||
provider = DnsimpleProvider('test', 'token', 42, 'true')
|
||||
self.assertTrue('sandbox' in provider._client.base)
|
||||
|
||||
provider = DnsimpleProvider('test', 'token', 42)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user