mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
DNSimple mock calls allowed in any order
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user