summaryrefslogtreecommitdiffstats
path: root/markup/blackfriday/convert_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'markup/blackfriday/convert_test.go')
-rw-r--r--markup/blackfriday/convert_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/blackfriday/convert_test.go b/markup/blackfriday/convert_test.go
index 5b1c1a71f..0d691f646 100644
--- a/markup/blackfriday/convert_test.go
+++ b/markup/blackfriday/convert_test.go
@@ -158,7 +158,7 @@ func TestGetHTMLRendererAnchors(t *testing.T) {
c.Assert(err, qt.IsNil)
conv, err := p.New(converter.DocumentContext{
DocumentID: "testid",
- ConfigOverrides: map[string]interface{}{
+ ConfigOverrides: map[string]any{
"plainIDAnchors": false,
"footnotes": true,
},