No longer mask failed challenge errors with encoding errors (#4867)

*     no longer masker failed challenge errors with encoding errors

* simplifying through type-checking

* bytes
This commit is contained in:
yomna
2017-07-10 21:05:52 -05:00
committed by Brad Warren
parent 48ef16ab0d
commit bc3765d6d0
4 changed files with 30 additions and 12 deletions
-1
View File
@@ -28,7 +28,6 @@ logger = logging.getLogger(__name__)
# pylint: disable=too-few-public-methods
class AnnotatedChallenge(jose.ImmutableMap):
"""Client annotated challenge.