We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dce058 commit a2c3abfCopy full SHA for a2c3abf
tests/generic_config_updater/generic_updater_test.py
@@ -73,6 +73,8 @@ def __create_patch_applier(self,
73
74
changeapplier = Mock()
75
changeapplier.apply.side_effect = create_side_effect_dict({(str(changes[0]),): 0, (str(changes[1]),): 0})
76
+ changeapplier.get_config_without_backend_tables.side_effect = \
77
+ [Files.CONFIG_DB_AFTER_MULTI_PATCH, Files.CONFIG_DB_AFTER_MULTI_PATCH]
78
79
return gu.PatchApplier(patchsorter, changeapplier, config_wrapper, patch_wrapper)
80
0 commit comments