diff --git a/client_test.go b/client_test.go index 398be36..b50ff9f 100644 --- a/client_test.go +++ b/client_test.go @@ -6214,7 +6214,7 @@ func TestClient_Cost(t *testing.T) { costs, status, err := c.Costs(CostsRequest{ Filter: CostsFilter{ - Ids: []string{strconv.Itoa(id)}, + Ids: []int{id}, }, Limit: 20, Page: 1,