You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As seen in #331, the permission_token_usage test fails because the change of AuthorizationToken does not get propagated to the new AuthorizationPolicy.
What happens is that the "old" code uses the new token while the "new" one (the one using the AuthorizationPolicy) does not.
The text was updated successfully, but these errors were encountered:
MindFlavor
added
the
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
label
Aug 5, 2021
As seen in #331, the
permission_token_usage
test fails because the change ofAuthorizationToken
does not get propagated to the newAuthorizationPolicy
.What happens is that the "old" code uses the new token while the "new" one (the one using the
AuthorizationPolicy
) does not.The text was updated successfully, but these errors were encountered: