mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 11:50:37 +08:00
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:
@ -18,7 +18,7 @@ setup_logger(log_level)
|
|||||||
|
|
||||||
|
|
||||||
async def run_async():
|
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.git_provider", "github")
|
||||||
get_settings().set("config.publish_output", False)
|
get_settings().set("config.publish_output", False)
|
||||||
|
Reference in New Issue
Block a user