Skip to content

Commit

Permalink
update data_generator in conftest for contact details fields
Browse files Browse the repository at this point in the history
  • Loading branch information
darliro committed Nov 9, 2024
1 parent 3884664 commit 62d4113
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"nationality": lambda: "Afghan",
"marital_status": lambda: "Single",
"gender": lambda: "Female",
"street_1": lambda: faker.street_address(),
"street_2": lambda: faker.secondary_address(),
"city": lambda: faker.city(),
}


Expand Down

0 comments on commit 62d4113

Please sign in to comment.