diff --git a/glanceclient/tests/unit/test_http.py b/glanceclient/tests/unit/test_http.py index fef3b6a4..31d21f9d 100644 --- a/glanceclient/tests/unit/test_http.py +++ b/glanceclient/tests/unit/test_http.py @@ -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):