Right now tests of API endpoints manually hit the registration endpoint and extract the access token before testing any endpoints that require an authenticated user. This is useless boilerplate and should be extracted to a simple helper method on the Test type.
Right now tests of API endpoints manually hit the registration endpoint and extract the access token before testing any endpoints that require an authenticated user. This is useless boilerplate and should be extracted to a simple helper method on the
Test
type.