Fix test assertion for renamed Stripe product label #387
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#387
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Type
Bug
Lineage
Follow-up to
forgejo_admin/basketball-api#383.Repo
forgejo_admin/basketball-apiWhat Broke
CI pipeline #392 fails:
test_remote_registration_creates_40_dollar_checkoutasserts"Remote Registration" in product_namebut #385 renamed it to"Remote Evaluation". 860 pass, 1 fail.Repro Steps
tests/test_promo_registration.py::TestCardRegistration::test_remote_registration_creates_40_dollar_checkoutfailsExpected Behavior
All 861 tests pass. The assertion should check for "Remote Evaluation" to match the renamed Stripe product label.
Environment
Woodpecker CI, pipeline #392, basketball-api main branch.
File Targets
tests/test_promo_registration.pyline 215:"Remote Registration"→"Remote Evaluation"Acceptance Criteria
Test Expectations
pytest tests/test_promo_registration.py -k test_remoteConstraints
One-line string change.
Checklist
Related
westside-basketball