Browse Source

Reformatting test file

pull/1039/head
Kir 2 years ago
parent
commit
316ed95304
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      tests/test_octodns_record_srv.py

+ 1
- 4
tests/test_octodns_record_srv.py 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)


Loading…
Cancel
Save