1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Fix typos

This commit is contained in:
Kian-Meng Ang
2022-05-29 13:16:01 +08:00
parent 75f1003bb3
commit 04b7bf0ac2
32 changed files with 41 additions and 41 deletions

View File

@@ -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))