Fixed typo in pageSize in the logs network test
This commit is contained in:
@@ -915,7 +915,7 @@ mod test {
|
|||||||
None,
|
None,
|
||||||
Some(json!({
|
Some(json!({
|
||||||
"page": 1,
|
"page": 1,
|
||||||
"pageSize": 1000,
|
"pageSize": 100,
|
||||||
"sortKey": "time",
|
"sortKey": "time",
|
||||||
"sortDirection": "descending",
|
"sortDirection": "descending",
|
||||||
"totalRecords": 2,
|
"totalRecords": 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user