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
Suspect they can mostly be fixed with some URL changes. Since the "users" app is largely unused due to DRF, these were seen as lower-priority tests, and I didn't hold #187 for them.
The text was updated successfully, but these errors were encountered:
One overarching question here is do we even want this as an endpoint??userauth has all of the registration flow and email verifications, should we just add to it for the user profile, or park that functionality here in users??
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The changes in PR #187 once merged will cause the tests under
users/tests/
to mostly fail (6 out of 9).Currently, these are marked skip, but need to be re-written to work (or the app needs to change to make them work).
Failing tests are:
Suspect they can mostly be fixed with some URL changes. Since the "users" app is largely unused due to DRF, these were seen as lower-priority tests, and I didn't hold #187 for them.
The text was updated successfully, but these errors were encountered: