Skip to content

Commit d0deeb7

Browse files
committed
Update docstring
1 parent b5f05fc commit d0deeb7

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

python/tests/integration/toolbox/test_query_stats.py

+11-4
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,32 @@ def test_query_stats(s3_version_store_v1):
1111
Sample output:
1212
{
1313
"list_symbols": {
14+
"time": {
15+
"500": 1
16+
},
1417
"stages": {
1518
"list": {
19+
"time": {
20+
"500": 1
21+
},
1622
"key_types": {
1723
"l": {
1824
"storage_ops": {
1925
"ListObjectsV2": {
20-
"count": 1,
26+
"result_count": 1,
2127
"time": {
22-
"20": 2
28+
"20": 1,
29+
"10": 1
2330
}
2431
}
2532
}
2633
},
2734
"r": {
2835
"storage_ops": {
2936
"ListObjectsV2": {
30-
"count": 1,
37+
"result_count": 1,
3138
"time": {
32-
"20": 1
39+
"10": 1
3340
}
3441
}
3542
}

0 commit comments

Comments
 (0)