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
Makes sure !sandbox on a normal provider.
pull/489/head
Ross McFarland
6 years ago
committed by
GitHub
parent
3d871a5bad
commit
b16f54d084
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
:
Write
Preview
Loading…
Cancel
Save