Skip to content

Commit

Permalink
fix: Fix Unit Test Cases
Browse files Browse the repository at this point in the history
  • Loading branch information
a-spiker committed Nov 22, 2024
1 parent 9487db4 commit 81901d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/live_cluster/client/test_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -1747,7 +1747,7 @@ async def test_info_latencies_verbose(self):
self.info_mock.assert_any_call("latencies:", self.ip)
self.info_mock.assert_any_call("latencies:hist={test}-proxy", self.ip)
self.info_mock.assert_any_call(
"latencies:hist={test}-benchmark-fabric", self.ip
"latencies:hist={test}-benchmarks-fabric", self.ip
)
self.info_mock.assert_any_call(
"latencies:hist={test}-benchmarks-ops-sub", self.ip
Expand Down

0 comments on commit 81901d0

Please sign in to comment.