From 0daf46440583efe984853e03dcd80da558a8b69b Mon Sep 17 00:00:00 2001 From: Weston Schmidt Date: Tue, 6 Aug 2019 15:09:53 -0700 Subject: [PATCH] Fix the unit tests & move the UTF8 check before the report so we don't need to add invalid values to the metrics expected. --- src/caduceus/outboundSender_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/caduceus/outboundSender_test.go b/src/caduceus/outboundSender_test.go index 7a7443c8..ed6c6957 100644 --- a/src/caduceus/outboundSender_test.go +++ b/src/caduceus/outboundSender_test.go @@ -20,7 +20,6 @@ import ( "bytes" "fmt" - "github.com/Comcast/webpa-common/logging" "github.com/Comcast/webpa-common/webhook" "github.com/Comcast/wrp-go/wrp" "github.com/davecgh/go-spew/spew"