Skip to content

Commit

Permalink
rptest: fix return value in sockets_clear function
Browse files Browse the repository at this point in the history
  • Loading branch information
savex committed Nov 3, 2023
1 parent 551ca5c commit a13f308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rptest/services/redpanda.py
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ def set_cluster_config(self, values: dict, timeout: int = 300):
pass

def sockets_clear(self, node):
True
return True

def all_up(self):
return self._cloud_cluster.isAlive
Expand Down

0 comments on commit a13f308

Please sign in to comment.