chore: fix ci on main (#1899)

This commit is contained in:
Will Jones
2024-12-02 15:21:18 -08:00
committed by GitHub
parent c7d424b2f3
commit 3795e02ee3

View File

@@ -193,7 +193,7 @@ def test_table_add_in_threadpool():
if request.path == "/v1/table/test/insert/":
request.send_response(200)
request.end_headers()
elif request.path == "/v1/table/test/create/":
elif request.path == "/v1/table/test/create/?mode=create":
request.send_response(200)
request.send_header("Content-Type", "application/json")
request.end_headers()