diff --git a/tests/integration/helpers/client.py b/tests/integration/helpers/client.py index 005f5e53291..a4407d5b442 100644 --- a/tests/integration/helpers/client.py +++ b/tests/integration/helpers/client.py @@ -18,7 +18,6 @@ class Client: self.command += ["--host", self.host, "--port", str(self.port), "--stacktrace"] - @staticmethod def stacktraces_on_timeout_decorator(func): def wrap(self, *args, **kwargs): try: