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

Provider.strict_supports=True by default, fix tests that didn't like that

This commit is contained in:
Ross McFarland
2022-11-15 11:03:08 -08:00
parent a7eb1774e5
commit 723db157ab
8 changed files with 29 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ class BaseProvider(BaseSource):
apply_disabled=False,
update_pcent_threshold=Plan.MAX_SAFE_UPDATE_PCENT,
delete_pcent_threshold=Plan.MAX_SAFE_DELETE_PCENT,
strict_supports=False,
strict_supports=True,
):
super().__init__(id)
self.log.debug(