1
0
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:
John Lane
2020-02-10 17:14:57 +00:00
parent 2d09a01c74
commit 3d871a5bad
2 changed files with 4 additions and 3 deletions

View File

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