Browse Source

Fix weights on new Azure dynamic record tests

pull/706/head
Ross McFarland 5 years ago
parent
commit
753a337ecc
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tests/test_octodns_provider_azuredns.py

+ 2
- 2
tests/test_octodns_provider_azuredns.py View File

@ -555,7 +555,7 @@ class TestAzureDnsProvider(TestCase):
'pools': {
'one': {
'values': [
{'value': 'one.unit.tests.', 'weight': 11},
{'value': 'one.unit.tests.', 'weight': 1},
],
'fallback': 'two',
},
@ -568,7 +568,7 @@ class TestAzureDnsProvider(TestCase):
},
'three': {
'values': [
{'value': 'three.unit.tests.', 'weight': 13},
{'value': 'three.unit.tests.', 'weight': 1},
],
},
},


Loading…
Cancel
Save