-
-
Notifications
You must be signed in to change notification settings - Fork 50
Sponsorship email and Sponsorship Tier #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👷 Deploy request for pyladiescon-portal-docs pending review.Visit the deploys page to approve it
|
assert response.status_code == 200 | ||
assert SponsorshipProfile.objects.filter(user=portal_user).exists() | ||
messages = [str(m) for m in get_messages(response.wsgi_request)] | ||
assert "Sponsorship profile submitted successfully!" in messages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should keep this test to ensure that this message appears.
} | ||
|
||
response = client.post( | ||
reverse("sponsorship:create_sponsorship_profile"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should keep the same syntax as before
Closing. Duplicate of #213 |
Sponsorship email logic and sponsorshipTier model with no unrelated changes
FIx #17
FIx #12