Fixed typo in pageSize in the logs network test

This commit is contained in:
2023-08-08 10:50:07 -06:00
parent 0c7fc88e22
commit bb7fd6a873
+1 -1
View File
@@ -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,