Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk committed May 2, 2024
1 parent 02f4277 commit 54ee70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/tests/library/harness/kikimr_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,4 @@ def get_active_tenant_nodes(self, tenant_name):
node = self._get_node(endpoint.address, endpoint.port)
if node is not None:
nodes.append(node)
return nodes
return nodes

0 comments on commit 54ee70c

Please sign in to comment.