diff --git a/pw-bordercontrol/cmd/bordercontrol/stats_test.go b/pw-bordercontrol/cmd/bordercontrol/stats_test.go index 0bac36a3..a91017e7 100644 --- a/pw-bordercontrol/cmd/bordercontrol/stats_test.go +++ b/pw-bordercontrol/cmd/bordercontrol/stats_test.go @@ -152,8 +152,6 @@ func TestStats(t *testing.T) { body = getMetricsFromTestServer(t, metricsURL) - fmt.Println(body) - // new expected metrics expectedMetrics = []string{ `pw_bordercontrol_connections{protocol="beast"} 1`, @@ -209,6 +207,8 @@ func TestStats(t *testing.T) { body = getMetricsFromTestServer(t, metricsURL) + fmt.Println(body) + // new expected metrics expectedMetrics = []string{ `pw_bordercontrol_connections{protocol="beast"} 0`,