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