summaryrefslogtreecommitdiff
path: root/internal/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'internal/daemon')
-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",