Skip to content

Commit

Permalink
Fix HTML report writer test
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Dec 19, 2024
1 parent 2089f8f commit 0bc6659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void shouldRenderHTMLReport() {
"</body>" + n +
"</html>";

final String report = testee.renderReport("report", JobConfig.exampleConfig(), screenshotComparisonResults);
final String report = testee.renderReport("report_legacy", JobConfig.exampleConfig(), screenshotComparisonResults);

assertThat(report, startsWith(expectedHtmlStart));
assertThat(report, endsWith(expectedHtmlEnd));
Expand Down

0 comments on commit 0bc6659

Please sign in to comment.