diff --git a/ocpp/exceptions.py b/ocpp/exceptions.py index 867b6a793..c678442b9 100644 --- a/ocpp/exceptions.py +++ b/ocpp/exceptions.py @@ -49,7 +49,7 @@ class InternalError(OCPPError): code = "InternalError" default_description = ( "An internal error occurred and the receiver was " - "able to process the requested Action successfully" + "not able to process the requested Action successfully" )