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

added tests for both non-confirming notes as well as empty notes in existing monitors

This commit is contained in:
Sham
2021-07-01 00:31:17 -07:00
parent 303e439a54
commit 7f3aafe6a4

View File

@@ -659,6 +659,18 @@ class TestNs1ProviderDynamic(TestCase):
},
'four': monitor_four,
'five': monitor_five,
'six': {
'config': {
'host': '10.10.10.10',
},
'notes': 'non-conforming notes',
},
'seven': {
'config': {
'host': '11.11.11.11',
},
'notes': None,
},
}
# Would match, but won't get there b/c it's not dynamic