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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user