Fixes #37936 - Invalidate jwt for any user or users(API) #2306
Annotations
2 errors
Run rake test:functionals:
test/controllers/api/v2/registration_tokens_controller_test.rb#L27
Failure: test_0003_user without edit permission should not be able to invalidate jwt for another user
Expected response to be a <5XX: error>, but was a <403: Forbidden>
Response body: {
"error": {"message":"Access denied","details":"Missing one of the required permissions: edit_users","missing_permissions":["edit_users"]}
}
|
Run rake test:functionals
Process completed with exit code 1.
|
Loading