@@ -63,7 +63,7 @@ func TestStepCreateServer(t *testing.T) {
6363 "meta": { "pagination": { "page": 1 }}
6464 }` ,
6565 },
66- {Method : "GET" , Path : "/firewalls/actions?page=1&status=running" ,
66+ {Method : "GET" , Path : "/firewalls/actions?page=1&per_page=50& status=running" ,
6767 Status : 200 ,
6868 JSONRaw : `{
6969 "actions": [],
@@ -139,7 +139,7 @@ func TestStepCreateServer(t *testing.T) {
139139 "meta": { "pagination": { "page": 1 }}
140140 }` ,
141141 },
142- {Method : "GET" , Path : "/firewalls/actions?page=1&status=running" ,
142+ {Method : "GET" , Path : "/firewalls/actions?page=1&per_page=50& status=running" ,
143143 Status : 200 ,
144144 JSONRaw : `{
145145 "actions": [],
@@ -209,7 +209,7 @@ func TestStepCreateServer(t *testing.T) {
209209 "meta": { "pagination": { "page": 1 }}
210210 }` ,
211211 },
212- {Method : "GET" , Path : "/firewalls/actions?page=1&status=running" ,
212+ {Method : "GET" , Path : "/firewalls/actions?page=1&per_page=50& status=running" ,
213213 Status : 200 ,
214214 JSONRaw : `{
215215 "actions": [],
@@ -310,7 +310,7 @@ func TestStepCreateServer(t *testing.T) {
310310 "meta": { "pagination": { "page": 1 }}
311311 }` ,
312312 },
313- {Method : "GET" , Path : "/firewalls/actions?page=1&status=running" ,
313+ {Method : "GET" , Path : "/firewalls/actions?page=1&per_page=50& status=running" ,
314314 Status : 200 ,
315315 JSONRaw : `{
316316 "actions": [],
@@ -416,7 +416,7 @@ func TestStepCreateServer(t *testing.T) {
416416 "meta": { "pagination": { "page": 1 }}
417417 }` ,
418418 },
419- {Method : "GET" , Path : "/firewalls/actions?page=1&status=running" ,
419+ {Method : "GET" , Path : "/firewalls/actions?page=1&per_page=50& status=running" ,
420420 Status : 200 ,
421421 JSONRaw : `{
422422 "actions": [],
0 commit comments