summaryrefslogtreecommitdiff
path: root/internal/daemon/daemon_test.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-27 11:17:03 +0300
committerPaul Buetow <paul@buetow.org>2026-06-27 11:17:03 +0300
commit8c540b6bdc745ee0c0eab7cb6075d5289ec45873 (patch)
treecb91620b13ed7aab48f58643ce5ea7fd293b6f50 /internal/daemon/daemon_test.go
parent161549ef9832b55983ae8ec3851f0c8f7536b72a (diff)
Restyle HTML output to stats.foo.zone style; bump to 0.5.30.5.3
Diffstat (limited to 'internal/daemon/daemon_test.go')
-rw-r--r--internal/daemon/daemon_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/daemon/daemon_test.go b/internal/daemon/daemon_test.go
index 44f9888..5d642b6 100644
--- a/internal/daemon/daemon_test.go
+++ b/internal/daemon/daemon_test.go
@@ -312,7 +312,7 @@ func TestReportHTTPTable(t *testing.T) {
query: "OutputFormat=HTML&limit=2",
wantCode: http.StatusOK,
wantCTPfx: "text/html",
- bodyNeedle: []string{"<!DOCTYPE html>", "<pre>"},
+ bodyNeedle: []string{"<!DOCTYPE html>", "<table>"},
},
{
name: "gemtext",