aboutsummaryrefslogtreecommitdiffstats
path: root/web/routing_test.go
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-16 15:36:49 -0800
committerGitHub <noreply@github.com>2026-02-16 15:36:49 -0800
commitc538ccd5cd1d6960c894a2969ee49317009dc9ed (patch)
tree1d1b1295f3d63df85fffadaa1159414c74399c6c /web/routing_test.go
parentfeea1a814a212efd9b14b8f05e84104ace3c473a (diff)
parent80d132b1714aaa281a6532ff66892bfdb7d2c5c2 (diff)
downloadneko-c538ccd5cd1d6960c894a2969ee49317009dc9ed.tar.gz
neko-c538ccd5cd1d6960c894a2969ee49317009dc9ed.tar.bz2
neko-c538ccd5cd1d6960c894a2969ee49317009dc9ed.zip
Merge pull request #7 from adammathes/claude/thicket-ready-crank-RmQuI
More crank pulls from claude
Diffstat (limited to 'web/routing_test.go')
-rw-r--r--web/routing_test.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/routing_test.go b/web/routing_test.go
index 972b208..a7c5c37 100644
--- a/web/routing_test.go
+++ b/web/routing_test.go
@@ -36,6 +36,13 @@ func TestRouting(t *testing.T) {
containsBody: "<!doctype html>",
},
{
+ name: "/v3/ serves v3 UI",
+ path: "/v3/",
+ method: "GET",
+ expectedStatus: http.StatusOK,
+ containsBody: "<!doctype html>",
+ },
+ {
name: "/v1/ redirects unauthenticated",
path: "/v1/",
method: "GET",