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

Merge remote-tracking branch 'origin/main' into idna-internally

This commit is contained in:
Ross McFarland
2022-09-12 14:56:01 -07:00
19 changed files with 136 additions and 82 deletions

View File

@@ -486,7 +486,7 @@ class TestManager(TestCase):
sources=['in'],
)
self.assertEqual(
'output_provider=simple, does not support ' 'copy method',
'output_provider=simple, does not support copy method',
str(ctx.exception),
)