budget/matrix: fixed passing urls

This commit is contained in:
Peter Hedenskog 2020-11-03 13:52:05 +01:00
parent f2da17f92c
commit 38dca385c2
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ module.exports = {
Object.keys(message.data.failing).length === 0
) {
text += `<p><b>&#127881; All (${
message.data.working.length
Object.keys(message.data.working).length
}) URLs passed the budget. </b></p>`;
text += `<p><b>${get(this.options, 'name', '') +
'</b> '}${getBrowserData(this.browserData)}</p>`;