Tests: Fix original_only wrapper
The wrapper function was not actually returned from the decorator function. Change-Id: I046fc26b89fccaeb438132b8cf7b86c1fd0aebbb
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user