Update test_octodns_provider_gandi.py

This commit is contained in:
0xflotus
2020-12-08 09:51:10 +01:00
committed by GitHub
parent 61280e1e75
commit 870c1209d3
+1 -1
View File
@@ -174,7 +174,7 @@ class TestGandiProvider(TestCase):
GandiClientUnknownDomainName)) as ctx:
plan = provider.plan(self.expected)
provider.apply(plan)
self.assertIn('This domain is not registred at Gandi.',
self.assertIn('This domain is not registered at Gandi.',
text_type(ctx.exception))
resp = Mock()