jerry hai 2 meses
pai
achega
5c6c0531e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/services/fake_service.py

+ 1 - 1
app/services/fake_service.py

@@ -106,7 +106,7 @@ class FakeService:
                 "passport_expiry_date": FakeService.random_passport_expiry(),
                 "email": FakeService.random_gmail(first, last),
                 "phone_country_code": "353",
-                "phone_no": u["cell"].replace(" ", "").replace("-", ""),
+                "phone": u["cell"].replace(" ", "").replace("-", ""),
                 "expected_start_date": start_date,
                 "expected_end_date": end_date,
                 "social_media_account": f"fake-{u['login']['username']}"