1
0
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:
William Blackie
2019-08-19 17:06:23 +10:00
parent 9bb3e48ac2
commit dd4238ad6b
2 changed files with 5 additions and 5 deletions

View File

@@ -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,
}, {