From 55bacdc529d2e6f098de1153b987e84b1caf10d5 Mon Sep 17 00:00:00 2001 From: Tim Kadlec Date: Wed, 14 Apr 2021 10:30:09 -0500 Subject: [PATCH] removing errant trailing slash --- templates/comment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/comment.md b/templates/comment.md index b84d88f..9acad1d 100644 --- a/templates/comment.md +++ b/templates/comment.md @@ -3,7 +3,7 @@ Automatically triggered by [WebPageTest](https://www.webpagetest.org)'s GitHub A <% tests.forEach((test) => { %> ## Page Tested:<%- test.url %> -**Full test results: <%- test.testLink %>/** +**Full test results: <%- test.testLink %>** | <% test.metrics.forEach((metric) => { %><%- metric.name %> | <% }); %> | <% test.metrics.forEach((metric) => { %>--- | <% }); %>