Update linters and fix all new issues
[functest.git] / functest / opnfv_tests / vnf / ims / cloudify_ims.py
index 4428990..b93af7d 100644 (file)
@@ -58,7 +58,7 @@ class CloudifyIms(cloudify.Cloudify):
         # Retrieve the configuration
         try:
             self.config = getattr(
-                config.CONF, 'vnf_{}_config'.format(self.case_name))
+                config.CONF, f'vnf_{self.case_name}_config')
         except Exception as exc:
             raise Exception("VNF config file not found") from exc