Fix missed salt.ext.tornado occurrence

This commit is contained in:
Pedro Algarvio 2024-02-07 12:55:14 +00:00
parent 4f8f60d89f
commit 4cade4f59b
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -36,7 +36,7 @@ def connect_master_mock():
self.calls = 0
self.exc = Exception
@salt.ext.tornado.gen.coroutine
@tornado.gen.coroutine
def __call__(self, *args, **kwargs):
self.calls += 1
if self.calls == 1: