mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-03-22 15:53:51 +03:00
fix type in the tests
This commit is contained in:
parent
8892fe6895
commit
a8cae8b200
@ -6214,7 +6214,7 @@ func TestClient_Cost(t *testing.T) {
|
|||||||
|
|
||||||
costs, status, err := c.Costs(CostsRequest{
|
costs, status, err := c.Costs(CostsRequest{
|
||||||
Filter: CostsFilter{
|
Filter: CostsFilter{
|
||||||
Ids: []string{strconv.Itoa(id)},
|
Ids: []int{id},
|
||||||
},
|
},
|
||||||
Limit: 20,
|
Limit: 20,
|
||||||
Page: 1,
|
Page: 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user