Browse Source

renamed TestdHetznerProvider -> TestHetznerProvider (missing "d")

pull/691/head
Ricard Bejarano 5 years ago
parent
commit
612738b327
No known key found for this signature in database GPG Key ID: 98E8072CB960073F
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/test_octodns_provider_hetzner.py

+ 1
- 1
tests/test_octodns_provider_hetzner.py View File

@ -17,7 +17,7 @@ from octodns.provider.yaml import YamlProvider
from octodns.zone import Zone
class TestdHetznerProvider(TestCase):
class TestHetznerProvider(TestCase):
expected = Zone('unit.tests.', [])
source = YamlProvider('test', join(dirname(__file__), 'config'))
source.populate(expected)


Loading…
Cancel
Save