Handle null Gitea current-user payload #76
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stackchain/stackchain-dashboard#76
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "timmy/75-handle-null-gitea-current-user-payload"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Treat a JSON null
/userresponse as an invalid upstream payload and return the established fallback context instead of raising an unhandled TypeError.Tests:
python3 -m pytest tests/ -q(49 passed)Closes #75