review feedbac

This commit is contained in:
Suhas 2021-01-28 08:51:09 -05:00
parent 52e146d12c
commit 31577ad0fc

View file

@ -42,10 +42,7 @@ def run_command(context, args):
@then("the runtime config should have {key_as_dots} set to {override_value}")
def config_override(context, key_as_dots: str, override_value: str):
key_as_vec = key_as_dots.split(".")
# with open(context.config_path) as f:
# loaded_cfg = yaml.load(f, Loader=yaml.FullLoader)
# loaded_cfg["journal"] = "features/journals/simple.journal"
def _mock_callback(**args):
print("callback executed")