toulouse-maelis: [functest] add tests on activities (#76089) #168

Merged
nroche merged 4 commits from wip/76089-parsifal-functest-on-activity into main 2023-04-07 13:55:13 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 34aaf879cb - Show all commits

View File

@ -403,7 +403,7 @@ def referentials(conn):
def create_data(request, conn):
name_id = request.config.getoption('--nameid')
unlink(conn, name_id)
lastname = uuid4().hex[0:30]
lastname = 'EO_' + uuid4().hex[0:27]
# create family
create_family_payload = copy.deepcopy(FAMILY_PAYLOAD)