From 52c8920be9633ea10121f68150ae198f76bbe906 Mon Sep 17 00:00:00 2001 From: Alejandro Jose Leiva Palomo Date: Tue, 5 Dec 2023 16:18:36 -0600 Subject: [PATCH] fix: correct formating Signed-off-by: Alejandro Jose Leiva Palomo --- tests/trestle/core/commands/author/profile_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/trestle/core/commands/author/profile_test.py b/tests/trestle/core/commands/author/profile_test.py index fa2afa038..18242614e 100644 --- a/tests/trestle/core/commands/author/profile_test.py +++ b/tests/trestle/core/commands/author/profile_test.py @@ -1401,8 +1401,8 @@ def test_param_value_origin_from_inherited_profile(tmp_trestle_dir: pathlib.Path assert header assert header[const.SET_PARAMS_TAG]['ac-3.3_prm_1'][const.PROFILE_PARAM_VALUE_ORIGIN] == 'Added by control owner' - header[const.SET_PARAMS_TAG]['ac-3.3_prm_1'][const.PROFILE_PARAM_VALUE_ORIGIN] = 'Needed to change param value origin' - + header[const.SET_PARAMS_TAG]['ac-3.3_prm_1'][const.PROFILE_PARAM_VALUE_ORIGIN + ] = 'Needed to change param value origin' md_api.write_markdown_with_header(md_path, header, tree.content.raw_text) # assemble based on set_parameters_flag