mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Fix record name in test zone
This commit is contained in:
@@ -459,7 +459,7 @@ class TestAzureDnsProvider(TestCase):
|
||||
long_txt += " ip4:10.10.19.0/24 ip4:10.10.20.0/24 ~all"
|
||||
recordSet = RecordSet(txt_records=[TxtRecord(value='sample value1'),
|
||||
TxtRecord(value=long_txt)])
|
||||
recordSet.name, recordSet.ttl, recordSet.type = 'txt2', 18, 'TXT'
|
||||
recordSet.name, recordSet.ttl, recordSet.type = 'txt3', 18, 'TXT'
|
||||
recordSet.target_resource = SubResource()
|
||||
rs.append(recordSet)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user