This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
Browse Source
Tests for DNSimple sandbox
pull/489/head
John Lane
6 years ago
parent
c20f380bc3
commit
2d09a01c74
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save