fix type in the tests

This commit is contained in:
Pavel 2025-03-18 17:11:38 +03:00
parent 8892fe6895
commit a8cae8b200

View File

@ -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,