summaryrefslogtreecommitdiff
path: root/internal/showcase/showcase_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/showcase/showcase_test.go')
-rw-r--r--internal/showcase/showcase_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/showcase/showcase_test.go b/internal/showcase/showcase_test.go
index 09d707f..625414f 100644
--- a/internal/showcase/showcase_test.go
+++ b/internal/showcase/showcase_test.go
@@ -162,8 +162,8 @@ func TestFormatGemtext_IncludesCgitLink(t *testing.T) {
},
})
- if !strings.Contains(content, "=> https://cgit.f3s.buetow.org/cpuinfo/ View in cgit\n") {
- t.Fatalf("cgit link was not rendered: %s", content)
+ if !strings.Contains(content, "For cgit access go to c-git dot f3s dot buetow dot org slash cpuinfo\n") {
+ t.Fatalf("cgit hint text was not rendered: %s", content)
}
}