We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056d21e commit 690c5d4Copy full SHA for 690c5d4
1 file changed
test/integration/smoke/test_vm_iam.py
@@ -262,7 +262,7 @@ def setUpClass(self):
262
263
@classmethod
264
def tearDownClass(self):
265
- self.apiclient = super(TestVMIAM, self).getClsTestClient().getApiClient()
+ self.apiclient = super(TestVMIam, self).getClsTestClient().getApiClient()
266
cleanup_resources(self.apiclient, self._cleanup)
267
return
268
0 commit comments