Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Woodward <joseph.woodward@xeuse.com>
  • Loading branch information
josephwoodward authored and bwplotka committed Aug 2, 2022
1 parent afe2166 commit 778954f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/prometheus/v1/api_test.go
Expand Up @@ -90,7 +90,7 @@ func (c *apiTestClient) Do(_ context.Context, req *http.Request) (*http.Response
}

if !reflect.DeepEqual(vals, test.reqParam) {
c.Fatalf("unexpected request body: want %s, got %s", vals, test.reqParam)
c.Fatalf("unexpected request parameters: want %s, got %s", vals, test.reqParam)
}

b, err := json.Marshal(test.inRes)
Expand Down

0 comments on commit 778954f

Please sign in to comment.