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
DNSimple mock calls allowed in any order
pull/54/head
Ross McFarland
9 years ago
parent
1b1590011c
commit
23d0efdba2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/test_octodns_provider_dnsimple.py
+ 1
- 1
tests/test_octodns_provider_dnsimple.py
View File
@ -199,4 +199,4 @@ class TestDnsimpleProvider(TestCase):
call
(
'
DELETE
'
,
'
/zones/unit.tests/records/11189899
'
)
,
call
(
'
DELETE
'
,
'
/zones/unit.tests/records/11189897
'
)
,
call
(
'
DELETE
'
,
'
/zones/unit.tests/records/11189898
'
)
]
)
]
,
any_order
=
True
)
Write
Preview
Loading…
Cancel
Save