Skip to content

Commit

Permalink
tshoot test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenye committed Nov 19, 2023
1 parent 63db283 commit 12c2be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pw-bordercontrol/cmd/bordercontrol/stats_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down Expand Up @@ -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`,
Expand Down

0 comments on commit 12c2be2

Please sign in to comment.