annotationsatharvard / catcha

Catch-A - Catching Annotation: An annotation backend and API.
http://catcha.readthedocs.io
20 stars 9 forks source link

jwt expiration validation turned ON #86

Closed nmaekawa closed 7 years ago

nmaekawa commented 7 years ago
nmaekawa commented 7 years ago

i was able to test with a token generated by the presentation layer (HxAT) and it was accepted. unit and integration tests pass, but functional tests are still broken!

jmiranda commented 7 years ago

Thank you @nmaekawa . I'll probably have time to review this, as well as a few other pull requests in the next day or two. I'll also look into fixing / disabling the functional tests.

However you can run the unit and integration tests separately using the following commands.

$ grails test-app unit:
$ grails test-app integration: