Skip to content

Commit a81f363

Browse files
committed
aha! fix test path
1 parent 28fbb45 commit a81f363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Elastic.Markdown.Tests/SettingsInclusion/IncludeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class IncludeTests(ITestOutputHelper output) : DirectiveTest<SettingsBloc
2020
)
2121
{
2222
private static readonly string SettingsPath =
23-
"docs/source/elastic/reference/kibana-alerting-action-settings.yml";
23+
"docs/source/syntax/kibana-alerting-action-settings.yml";
2424

2525
protected override void AddToFileSystem(MockFileSystem fileSystem)
2626
{

0 commit comments

Comments
 (0)