djangorestframework-simplejwt icon indicating copy to clipboard operation
djangorestframework-simplejwt copied to clipboard

add response message when token black listed.

Open amirbolouri87 opened this issue 1 year ago • 1 comments

amirbolouri87 avatar Apr 21 '24 20:04 amirbolouri87

Just did a bisect on the failing pipeline, it so happen that two tests are breaking tox.

  • test_it_should_return_nothing_if_everything_ok (from tests.test_serializers.TestTokenBlacklistSerializer)
  • test_it_should_return_if_everything_ok (from tests.test_views.TestTokenBlacklistView)

Since the requirements had grown, I think we should revisit these tests

50-Course avatar May 02 '24 00:05 50-Course