Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Dec 20, 2024
1 parent 98678f7 commit 5340eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/alfa-test-utils/src/report/logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ export namespace Logging {
...(Err.isErr<string>(pageReportUrl)
? [
Logging.of(
"The following error was encountered while uploading results to the Siteimprove Intelligence Platform:",
[Logging.of(pageReportUrl.getErr(), "error")]
"The following problem was encountered while uploading results to the Siteimprove Intelligence Platform:",
[Logging.of(pageReportUrl.getErr(), "warn")]
),
]
: []),
Expand Down

0 comments on commit 5340eb2

Please sign in to comment.