Browse Source

Update test_octodns_provider_gandi.py

pull/641/head
0xflotus 5 years ago
committed by GitHub
parent
commit
870c1209d3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/test_octodns_provider_gandi.py

+ 1
- 1
tests/test_octodns_provider_gandi.py 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()


Loading…
Cancel
Save