MICROBA-403 Add phone number (#24087)

This commit is contained in:
Christie Rice
2020-05-28 16:19:29 -04:00
committed by GitHub
parent 6d3b35d119
commit 8663b5becc
2 changed files with 2 additions and 0 deletions

View File

@@ -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)

View File

@@ -94,6 +94,7 @@ USER_PROFILE_PII = {
'city': None,
'country': None,
'bio': None,
'phone_number': None,
}