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

renamed TestdHetznerProvider -> TestHetznerProvider (missing "d")

This commit is contained in:
Ricard Bejarano
2021-04-26 19:03:25 +02:00
parent fe74c46213
commit 612738b327

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)