diff --git a/tests/e2e/test_changelog_commands.py b/tests/e2e/test_changelog_commands.py index 99bdb8a..2184901 100644 --- a/tests/e2e/test_changelog_commands.py +++ b/tests/e2e/test_changelog_commands.py @@ -53,7 +53,7 @@ class TestIntegrationChangelogCommands(unittest.TestCase): sys.argv = ["pkgmgr", "changelog"] + list(extra_args) try: - runpy.run_module("pkgmgr.cli", run_name="__main__") + runpy.run_module("main", run_name="__main__") except SystemExit as exc: code = exc.code if isinstance(exc.code, int) else str(exc.code) if code != 0: