1
0
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:
Kir
2023-08-09 12:38:46 +03:00
parent 4c86566f82
commit 316ed95304

View File

@@ -148,10 +148,7 @@ class TestRecordSrv(TestCase):
record = SrvRecord(
zone,
'_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)