mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
RackspaceProvider python3, value types hashing
This commit is contained in:
@@ -792,13 +792,13 @@ class TestRackspaceProvider(TestCase):
|
||||
ExpectedUpdates = {
|
||||
"records": [{
|
||||
"name": "unit.tests",
|
||||
"id": "A-222222",
|
||||
"data": "1.2.3.5",
|
||||
"id": "A-111111",
|
||||
"data": "1.2.3.4",
|
||||
"ttl": 3600
|
||||
}, {
|
||||
"name": "unit.tests",
|
||||
"id": "A-111111",
|
||||
"data": "1.2.3.4",
|
||||
"id": "A-222222",
|
||||
"data": "1.2.3.5",
|
||||
"ttl": 3600
|
||||
}, {
|
||||
"name": "unit.tests",
|
||||
|
||||
Reference in New Issue
Block a user