diff options
Diffstat (limited to 'libmproxy/protocol/http.py')
| -rw-r--r-- | libmproxy/protocol/http.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libmproxy/protocol/http.py b/libmproxy/protocol/http.py index 2a9f9afe..21624513 100644 --- a/libmproxy/protocol/http.py +++ b/libmproxy/protocol/http.py @@ -824,7 +824,7 @@ class HttpAuthenticationError(Exception):      def __init__(self, auth_headers=None):          self.auth_headers = auth_headers -    def __str__(self): +    def __str__(self):  # pragma: nocover          return "HttpAuthenticationError" | 
