From 23d0efdba23c89f9d4942a9998743db1337f4a2a Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sun, 4 Jun 2017 14:08:04 -0700 Subject: [PATCH] DNSimple mock calls allowed in any order --- tests/test_octodns_provider_dnsimple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_octodns_provider_dnsimple.py b/tests/test_octodns_provider_dnsimple.py index 48c1f6a..ace7376 100644 --- a/tests/test_octodns_provider_dnsimple.py +++ b/tests/test_octodns_provider_dnsimple.py @@ -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)