update endpoint
This commit is contained in:
parent
6b5539232f
commit
1e854fc469
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ from langflow.settings import settings
|
|||
# check that all agents are in settings.agents
|
||||
# are in json_response["agents"]
|
||||
def test_vectorstores_settings(client: TestClient):
|
||||
response = client.get("/all")
|
||||
response = client.get("api/v1/all")
|
||||
assert response.status_code == 200
|
||||
json_response = response.json()
|
||||
vectorstores = json_response["vectorstores"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue