Skip to content

Commit

Permalink
Fix missing parameter for test_set_parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Webster Mudge <[email protected]>
  • Loading branch information
wmudge committed Dec 17, 2024
1 parent 9e4fa4f commit 7edffb6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ def test_present_invalid_parameter(conn, module_args):
cm_service_config.main()


@pytest.mark.service_config(dict(log_event_retry_frequency=10))
@pytest.mark.service_config(
dict(mgmt_emit_sensitive_data_in_stderr=False, log_event_retry_frequency=10)
)
def test_set_parameters(conn, module_args, cms_service_config):
module_args(
{
Expand Down

0 comments on commit 7edffb6

Please sign in to comment.