This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
Browse Source
Try the test with a fresh zone
Signed-off-by: Christian Funkhouser <cfunkhouser@heroku.com>
pull/336/head
Christian Funkhouser
7 years ago
parent
9f34526c61
commit
2e2fd7157a
No known key found for this signature in database
GPG Key ID:
6894A9878C7FB782
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tests/test_octodns_provider_splityaml.py
+ 2
- 0
tests/test_octodns_provider_splityaml.py
View File
@ -191,6 +191,8 @@ class TestSplitYamlProvider(TestCase):
with
self
.
assertRaises
(
ConstructorError
)
:
source
.
populate
(
zone
)
zone
=
Zone
(
'
unordered.
'
,
[
]
)
source
=
SplitYamlProvider
(
'
test
'
,
join
(
dirname
(
__file__
)
,
'
config/split
'
)
,
enforce_order
=
False
)
Write
Preview
Loading…
Cancel
Save