Skip to content

Commit 618f2a3

Browse files
committed
Fix bug
1 parent 3c64b0a commit 618f2a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pytests/test_profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ def extract_profile_coordinator_and_shards(env, res):
702702
def get_shards_profile(env, res):
703703
"""Extract shard profiles from FT.PROFILE response (values only)."""
704704
_, shards = extract_profile_coordinator_and_shards(env, res)
705-
return shards.values()
705+
return shards
706706

707707
def InternalCursorReadsInProfile(protocol):
708708
"""Tests that 'Internal cursor reads' appears in shard profiles for AGGREGATE."""

0 commit comments

Comments
 (0)