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>
This commit is contained in:
Tal
2024-12-08 11:41:05 +02:00
committed by GitHub
parent e8fc351ce9
commit 7d5e59cd40

View File

@ -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)