Skip to content

Commit 8a1730f

Browse files
author
zhengweijun
committed
fix test
1 parent 778ad60 commit 8a1730f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration_tests/test_agents.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ def test_correction_result(image_id,uuids,trace_id):
9090
print(response)
9191

9292
def main():
93-
test_correction()
93+
test_completions_sync()
94+
test_completions_stream()
95+
# test_correction()
9496
# test_correction_result(image_id,uuids,trace_id)
9597

9698
if __name__ == "__main__":

0 commit comments

Comments
 (0)