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