From 7d5e59cd4056101df19957ad37bbbcbb51db735d Mon Sep 17 00:00:00 2001 From: Tal Date: Sun, 8 Dec 2024 11:41:05 +0200 Subject: [PATCH] Update tests/health_test/main.py Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com> --- tests/health_test/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/health_test/main.py b/tests/health_test/main.py index 15030565..da9142e4 100644 --- a/tests/health_test/main.py +++ b/tests/health_test/main.py @@ -18,7 +18,7 @@ setup_logger(log_level) async def run_async(): - pr_url = "https://github.com/Codium-ai/pr-agent/pull/1385" # A small PR to test the agent + pr_url = os.getenv('TEST_PR_URL', 'https://github.com/Codium-ai/pr-agent/pull/1385') get_settings().set("config.git_provider", "github") get_settings().set("config.publish_output", False)