Merge "Tests: Fix original_only wrapper"

This commit is contained in:
Zuul
2024-04-30 18:41:28 +00:00
committed by Gerrit Code Review

View File

@@ -43,6 +43,7 @@ def original_only(f):
self.skipTest('Skip logging tests for session client')
return f(self, *args, **kwargs)
return wrapper
class TestClient(testtools.TestCase):