diff --git a/core/src/main/scala/stryker4s/report/DashboardReporter.scala b/core/src/main/scala/stryker4s/report/DashboardReporter.scala index e2210d599..253c15c51 100755 --- a/core/src/main/scala/stryker4s/report/DashboardReporter.scala +++ b/core/src/main/scala/stryker4s/report/DashboardReporter.scala @@ -61,7 +61,7 @@ class DashboardReporter(dashboardConfigProvider: DashboardConfigProvider)( } case Left(DeserializationError(original, error)) => warn(s"Dashboard report was sent successfully, but could not decode the response $original:", error) - case Right(href) => + case Right(DashboardPutResult(href)) => info(s"Sent report to dashboard. Available at $href") } }