Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Lin authored and hwchiu committed Jul 25, 2018
1 parent 4da407d commit a815b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/handler_prometheus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (suite *PrometheusTestSuite) TestListNodeNicsMetrics() {
assertResponseCode(suite.T(), http.StatusOK, httpWriter)
}

func (suite *PrometheusTestSuite) TestListPodMetricsStatus() {
func (suite *PrometheusTestSuite) TestListPodMetrics() {
httpRequest, err := http.NewRequest("GET", "http://localhost:7890/v1/monitoring/pods/", nil)
suite.NoError(err)

Expand Down

0 comments on commit a815b27

Please sign in to comment.