You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update product list, alphabetize
* simplify product list
* attempt to fix test
* clean up list and docs
* remove elasticsearch curator
---------
Co-authored-by: Jan Calanog <[email protected]>
Copy file name to clipboardExpand all lines: tests/Elastic.Markdown.Tests/FrontMatter/YamlFrontMatterTests.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ public class ProductsSuggestionWhenMispelled2(ITestOutputHelper output) : Direct
132
132
"""
133
133
---
134
134
products:
135
-
- id: apm-javaagent
135
+
- id: apmagent
136
136
---
137
137
138
138
# APM
@@ -143,7 +143,7 @@ public class ProductsSuggestionWhenMispelled2(ITestOutputHelper output) : Direct
143
143
publicvoidHasErrors()
144
144
{
145
145
Collector.Diagnostics.Should().HaveCount(1);
146
-
Collector.Diagnostics.Should().Contain(d =>d.Message.Contains("Invalid products frontmatter value: \"apm-javaagent\". Did you mean \"apm-java-agent\"?"));
146
+
Collector.Diagnostics.Should().Contain(d =>d.Message.Contains("Invalid products frontmatter value: \"apmagent\". Did you mean \"apm-agent\"?"));
0 commit comments