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
JwtExtension was created to assist in setting up a user for the resource tests, however, it is not really setting up the whole JWT token, it is just mocking things.
With DeployableSystemResourceTest, we figured out how to configure the ResourceExtension to have the filters and JWT token processing. Need to investigate extracting this into a new Extension and update other tests to use it.
The text was updated successfully, but these errors were encountered:
JwtExtension
was created to assist in setting up a user for the resource tests, however, it is not really setting up the whole JWT token, it is just mocking things.With
DeployableSystemResourceTest
, we figured out how to configure theResourceExtension
to have the filters and JWT token processing. Need to investigate extracting this into a new Extension and update other tests to use it.The text was updated successfully, but these errors were encountered: