From 53962bc38b3809c08173031f62895116fe9e01b4 Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Sat, 31 Jan 2026 10:41:58 -0500 Subject: [PATCH] Update test/api_endpoints/test_docs.py Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- test/api_endpoints/test_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api_endpoints/test_docs.py b/test/api_endpoints/test_docs.py index b8b84a80..6c6bbabc 100644 --- a/test/api_endpoints/test_docs.py +++ b/test/api_endpoints/test_docs.py @@ -1,4 +1,4 @@ -# tests/test_root_redirect.py +# test/api_endpoints/test_docs.py - Tests for root redirect and API docs endpoints from api_server import api_server_start