mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
fix split calls in Route53Provider to not specify ' ' parameter so they can tolerate multiple sequential separators
This commit is contained in:
@@ -503,7 +503,7 @@ class TestRoute53Provider(TestCase):
|
||||
'ResourceRecords': [{
|
||||
'Value': '10 smtp-1.unit.tests.',
|
||||
}, {
|
||||
'Value': '20 smtp-2.unit.tests.',
|
||||
'Value': '20 smtp-2.unit.tests.',
|
||||
}],
|
||||
'TTL': 64,
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user