mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Fix typos
This commit is contained in:
@@ -1759,7 +1759,7 @@ class TestRecordValidation(TestCase):
|
||||
reason = ctx.exception.reasons[0]
|
||||
self.assertTrue(reason.startswith('invalid name "@", use "" instead'))
|
||||
|
||||
# fqdn length, DNS defins max as 253
|
||||
# fqdn length, DNS defines max as 253
|
||||
with self.assertRaises(ValidationError) as ctx:
|
||||
# The . will put this over the edge
|
||||
name = 'x' * (253 - len(self.zone.name))
|
||||
|
Reference in New Issue
Block a user