fix: add sponsor_outreach to EmailType test expected values #355

Merged
forgejo_admin merged 1 commit from fix-email-type-test into main 2026-04-06 16:07:11 +00:00
Contributor

Summary

CI failing because test_templated_email expects a hardcoded set of EmailType values that doesn't include sponsor_outreach (added by the sponsor blast PR).

Changes

  • Add "sponsor_outreach" to expected set in test_all_expected_values

Test Plan

  • Fixes the 1 failing test blocking CI deploy

Review Checklist

  • One line added to a test file
## Summary CI failing because test_templated_email expects a hardcoded set of EmailType values that doesn't include `sponsor_outreach` (added by the sponsor blast PR). ## Changes - Add `"sponsor_outreach"` to expected set in `test_all_expected_values` ## Test Plan - [x] Fixes the 1 failing test blocking CI deploy ## Review Checklist - [x] One line added to a test file ## Related Notes - Fixes #344
fix: add sponsor_outreach to EmailType test expected values
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
c417f8e27c
The sponsor blast endpoint PR added sponsor_outreach to the EmailType
enum but didn't update the test that asserts all expected values.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
forgejo_admin deleted branch fix-email-type-test 2026-04-06 16:07:11 +00:00
Sign in to join this conversation.
No description provided.