diff --git a/functionaltests/base.py b/functionaltests/base.py index ccaa9829..b49f00cd 100644 --- a/functionaltests/base.py +++ b/functionaltests/base.py @@ -30,7 +30,7 @@ class MistralBase(testtools.TestCase): cls.definition = open(os.path.join( __location, 'hello.yaml'), 'rb').read() - cls.wb = cls.mistral_client_workbooks.create( + cls.wb = cls.mistral_client.workbooks.create( "wb", "Description", ["tags"]) @classmethod