Skip to content
Snippets Groups Projects
Unverified Commit 8663b5be authored by Christie Rice's avatar Christie Rice Committed by GitHub
Browse files

MICROBA-403 Add phone number (#24087)

parent 6d3b35d1
Branches
Tags release-2020-05-28-17.35
No related merge requests found
......@@ -1320,6 +1320,7 @@ class TestAccountRetirementPost(RetirementTestCase):
'city': None,
'country': None,
'bio': None,
'phone_number': None,
}
self.assertEqual(expected_user_profile_pii, USER_PROFILE_PII)
......
......@@ -94,6 +94,7 @@ USER_PROFILE_PII = {
'city': None,
'country': None,
'bio': None,
'phone_number': None,
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment