data-explorer icon indicating copy to clipboard operation
data-explorer copied to clipboard

Unit test authentication

Open nlaprell opened this issue 7 years ago • 0 comments

Unit testing currently handles authentication by calling the login/logout endpoints and retaining cookie/session information. This should be refactored to be handled better. At the very least, AbstractTest methods should not cause the context of the user to shift or logout when calling methods (such as create/deleteQuery())

nlaprell avatar May 18 '18 17:05 nlaprell