update endpoint

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-06-06 10:06:51 -03:00
commit 1e854fc469

View file

@ -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"]