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,
Some(json!({
"page": 1,
"pageSize": 1000,
"pageSize": 100,
"sortKey": "time",
"sortDirection": "descending",
"totalRecords": 2,