From e9fadd3450baacff6084e6b889b37d5c41677e4c Mon Sep 17 00:00:00 2001 From: Qing Lan Date: Sun, 11 Dec 2022 09:41:44 -0800 Subject: [PATCH] remove bracket --- tests/integration/llm/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/llm/client.py b/tests/integration/llm/client.py index 07322bd3f..319830340 100644 --- a/tests/integration/llm/client.py +++ b/tests/integration/llm/client.py @@ -53,7 +53,7 @@ def check_worker_number(desired): def send_json(data): headers = {'content-type': 'application/json'} res = requests.post(endpoint, headers=headers, json=data) - return res.json(), res.status_code() + return res.json(), res.status_code def get_gpu_memory():