Skip to content

Commit

Permalink
[CI] Fix test LLM client (#1841)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgk authored Apr 30, 2024
1 parent 3b1d506 commit c38c200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/llm/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1170,4 +1170,4 @@ def run(raw_args):


if __name__ == "__main__":
run(sys.argv)
run(sys.argv[1:])
2 changes: 1 addition & 1 deletion tests/integration/rb_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ def run(raw_args):


if __name__ == "__main__":
run(sys.argv)
run(sys.argv[1:])

0 comments on commit c38c200

Please sign in to comment.