DNSimple mock calls allowed in any order

This commit is contained in:
Ross McFarland
2017-06-04 14:08:04 -07:00
parent 1b1590011c
commit 23d0efdba2
+1 -1
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)