mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Reformatting test file
This commit is contained in:
@@ -148,10 +148,7 @@ class TestRecordSrv(TestCase):
|
|||||||
record = SrvRecord(
|
record = SrvRecord(
|
||||||
zone,
|
zone,
|
||||||
'_srv._tcp',
|
'_srv._tcp',
|
||||||
{
|
{'ttl': 32, 'value': SrvValue.parse_rdata_text(rdata)},
|
||||||
'ttl': 32,
|
|
||||||
'value': SrvValue.parse_rdata_text(rdata),
|
|
||||||
},
|
|
||||||
)
|
)
|
||||||
self.assertEqual(rdata, record.values[0].rdata_text)
|
self.assertEqual(rdata, record.values[0].rdata_text)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user