diff --git a/viadot/sources/sap_rfc.py b/viadot/sources/sap_rfc.py index df9404c06..0ebad30f4 100644 --- a/viadot/sources/sap_rfc.py +++ b/viadot/sources/sap_rfc.py @@ -283,7 +283,7 @@ def __init__( sap_credentials = local_config.get(sap_credentials_key).get(env) except AttributeError: raise CredentialError( - f"Sap_credentials_key: {sap_credentials_key} is not stored neither in KeyVault or Local Config!" + f"sap_credentials_key: {sap_credentials_key} is not stored neither in KeyVault or Local Config!" ) if sap_credentials is None: raise CredentialError(f"Missing {env} credentials!") @@ -753,7 +753,7 @@ def __init__( sap_credentials = local_config.get(sap_credentials_key).get(env) except AttributeError: raise CredentialError( - f"Sap_credentials_key: {sap_credentials_key} is not stored neither in KeyVault or Local Config!" + f"sap_credentials_key: {sap_credentials_key} is not stored neither in KeyVault or Local Config!" ) if sap_credentials is None: raise CredentialError(f"Missing {env} credentials!")