def handleTestFailure()

in app/com/gu/contentapi/sanity/support/TestFailureHandlingSupport.scala [34:39]


  def handleTestFailure(testName: String, exception: Throwable, tags: Set[String])

}

abstract class PagerDutyAlertingTestFailureHandler(override val wsClient: WSClient)
  extends TestFailureHandler with HttpRequestSupport with Matchers with ScalaFutures with IntegrationPatience with OptionValues {