Browse Source

DNSimple mock calls allowed in any order

pull/54/head
Ross McFarland 9 years ago
parent
commit
23d0efdba2
1 changed files with 1 additions and 1 deletions
  1. +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)

Loading…
Cancel
Save