Skip to content

Commit

Permalink
fixup! testutils: add support for configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Hecko committed Oct 16, 2024
1 parent 35dd900 commit 7eaa78a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repos/system_upgrade/common/libraries/testutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def error(self, *args):
def __call__(self):
return self


def _make_default_config(actor_config_schema):
""" Make a config dict populated with default values. """
merged_schema = normalize_schemas((actor_config_schema, ))
Expand Down

0 comments on commit 7eaa78a

Please sign in to comment.