mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Fix weights on new Azure dynamic record tests
This commit is contained in:
@@ -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},
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user