Skip to content

Commit 8d0e543

Browse files
committed
Fix test
1 parent 1383eb0 commit 8d0e543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Elastic.Markdown.Tests/Directives/DiagramTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ flowchart LR
3131
public void GeneratesEncodedUrl() => Block!.EncodedUrl.Should().StartWith("https://kroki.io/mermaid/svg/");
3232

3333
[Fact]
34-
public void RendersImageTag() => Html.Should().Contain("<img src=\"images/generated-graphs/");
34+
public void RendersImageTag() => Html.Should().Contain("<img src=\"/images/generated-graphs/");
3535

3636
[Fact]
3737
public void GeneratesContentHash() => Block!.ContentHash.Should().NotBeNullOrEmpty();

0 commit comments

Comments
 (0)