Browse Source

More future proof index lookup

pull/704/head
Viranch Mehta 5 years ago
parent
commit
3de5cd2740
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/test_octodns_provider_ns1.py

+ 1
- 1
tests/test_octodns_provider_ns1.py View File

@ -1348,7 +1348,7 @@ class TestNs1ProviderDynamic(TestCase):
# Check if the default value was correctly read and populated
# All other dynamic record test cases are covered by dynamic_A tests
self.assertEquals(ret['answers'][1]['answer'][0], 'value.unit.tests.')
self.assertEquals(ret['answers'][-1]['answer'][0], 'value.unit.tests.')
def test_data_for_dynamic_A(self):
provider = Ns1Provider('test', 'api-key')


Loading…
Cancel
Save