Skip to content

Instantly share code, notes, and snippets.

@jpadilla
Created March 18, 2015 14:56
Show Gist options
  • Save jpadilla/50717c58327f08497d1a to your computer and use it in GitHub Desktop.
Save jpadilla/50717c58327f08497d1a to your computer and use it in GitHub Desktop.
======================================================================
FAIL: test_ec_verify_should_return_false_if_signature_invalid (tests.test_algorithms.TestAlgorithms)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/jpadilla/Projects/Personal/pyjwt/tests/test_algorithms.py", line 186, in test_ec_verify_should_return_false_if_signature_invalid
self.assertFalse(result)
AssertionError: True is not false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment