From b904db211cdb269e471f1d9bec1a0cfef38a5e60 Mon Sep 17 00:00:00 2001 From: John Kennedy <65985482+jkennedyvz@users.noreply.github.com> Date: Mon, 10 Aug 2026 22:53:15 +0000 Subject: [PATCH] fix(cli): update integration runner arguments Co-authored-by: open-swe[bot] --- .github/scripts/run_langgraph_cli_test.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/scripts/run_langgraph_cli_test.py b/.github/scripts/run_langgraph_cli_test.py index e296ba7d5..a354fe675 100644 --- a/.github/scripts/run_langgraph_cli_test.py +++ b/.github/scripts/run_langgraph_cli_test.py @@ -32,8 +32,6 @@ def test(config: pathlib.Path, port: int, tag: str, verbose: bool): docker_compose=None, port=port, watch=False, - debugger_port=None, - debugger_base_url=f"http://127.0.0.1:{port}", postgres_uri=None, api_version=None, image=tag, @@ -173,5 +171,5 @@ if __name__ == "__main__": except BaseException: logger.exception("Test failed") raise - + logger.info("Test execution finished")