Skip to content

Commit

Permalink
email
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Oct 13, 2024
1 parent 1e9c1e3 commit 6e35cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meshapi/tests/test_join_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ def test_member_moved_and_used_a_new_phone_number_join_form(self):

def test_no_email_join_form(self):
no_email_submission = valid_join_form_submission.copy()
no_email_submission["email"] = None
no_email_submission["email_address"] = None

# Name, email, phone, location, apt, rooftop, referral
form, s = pull_apart_join_form_submission(no_email_submission)
Expand Down

0 comments on commit 6e35cb7

Please sign in to comment.