Skip to content

Commit 8b9f322

Browse files
committed
fix test
1 parent 383e6e6 commit 8b9f322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Elastic.Markdown.Tests/Inline/InlineLinkTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public void GeneratesHtml() =>
132132
Html.Should().Contain(
133133
// TODO: The link is not rendered correctly yet, will be fixed in a follow-up
134134

135-
"""<p><a href="kibana://index.md">test</a></p>"""
135+
"""<p><a href="https://docs-v3-preview.elastic.dev/elastic/kibana/tree/main/">test</a></p>"""
136136
);
137137

138138
[Fact]

0 commit comments

Comments
 (0)