fix: update test assertion for renamed Stripe product label #388

Merged
forgejo_admin merged 1 commit from fix-remote-eval-test-assertion into main 2026-04-07 19:45:37 +00:00

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_remote passes
  • Full CI passes (861 tests)

Review Checklist

  • One-line change, no scope creep
  • Matches the Stripe label in register.py:1346

Closes #387

## 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_remote` passes - [ ] Full CI passes (861 tests) ## Review Checklist - [x] One-line change, no scope creep - [x] Matches the Stripe label in `register.py:1346` ## Related Notes Closes #387
fix: update test assertion for renamed Stripe product label
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
b429cb655d
The Stripe product name changed from "Remote Registration" to
"Remote Evaluation" in #385. Updates the test to match.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
forgejo_admin deleted branch fix-remote-eval-test-assertion 2026-04-07 19:45:37 +00:00
Sign in to join this conversation.
No description provided.