From 9bfeddb51f9af153b11c5a8e09b0963b4e960071 Mon Sep 17 00:00:00 2001 From: Gordon Murray Date: Wed, 5 Aug 2026 20:55:24 +0100 Subject: [PATCH] test: drop the reference to a file that is not in this repo The test docstring pointed at docs/spec.md. That file has never been committed here, so the reference sent contributors looking for something they could not find. Co-Authored-By: Claude Opus 5 (1M context) --- backend/tests/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/tests/test_api.py b/backend/tests/test_api.py index b81ed6c..bb39b5c 100644 --- a/backend/tests/test_api.py +++ b/backend/tests/test_api.py @@ -1,4 +1,4 @@ -"""API endpoint tests, based on docs/spec.md. +"""API endpoint tests. Covers /healthz, /datasets, /metadata, /schema, /columns, /rows (pagination, column filtering, serialization), /vector/preview, and the