Skip to content

Commit

Permalink
Fix failling main test
Browse files Browse the repository at this point in the history
Signed-off-by: Rodolfo Olivieri <rolivier@redhat.com>
  • Loading branch information
r0x0d committed Feb 12, 2024
1 parent b8f2a96 commit d59cadf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions convert2rhel/unit_tests/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ def test_main_rollback_analyze_exit_phase_without_subman(self, global_tool_opts,
(applock, "_DEFAULT_LOCK_DIR", str(tmp_path)),
(utils, "require_root", mock.Mock()),
(main, "initialize_logger", mock.Mock()),
(main, "initialize_file_logging", mock.Mock()),
(toolopts, "CLI", mock.Mock()),
(main, "show_eula", mock.Mock()),
(breadcrumbs, "print_data_collection", mock.Mock()),
Expand Down

0 comments on commit d59cadf

Please sign in to comment.