fix: update test assertion for renamed Stripe product label #388
No reviewers
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/basketball-api!388
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-remote-eval-test-assertion"
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?
Summary
One-line fix: test asserted old Stripe product name "Remote Registration" but #385 renamed it to "Remote Evaluation". CI pipeline #392 fails on this.
Changes
tests/test_promo_registration.py:215—"Remote Registration"→"Remote Evaluation"Test Plan
pytest tests/test_promo_registration.py -k test_remotepassesReview Checklist
register.py:1346Related Notes
Closes #387