Skip to content

Commit

Permalink
tests: Use random person_id
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshamarora1 authored and zzacharo committed Dec 19, 2024
1 parent 0658289 commit 99077f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ def user_1(app):
"mailbox": "92918",
"section": "IR",
"full_name": "Joe Doe",
"person_id": "846610",
"person_id": "11111",
"department": "IT",
"given_name": "Joe",
"family_name": "Doe",
Expand All @@ -950,7 +950,7 @@ def user_2(app):
"mailbox": "92918",
"section": "IR",
"full_name": "Jane Doe",
"person_id": "846611",
"person_id": "11112",
"department": "IT",
"given_name": "Jane",
"family_name": "Doe",
Expand All @@ -969,7 +969,7 @@ def user_3(app):
"orcid": "0009-0007-7638-4652",
"section": "IR",
"full_name": "John Doe",
"person_id": "846612",
"person_id": "11113",
"department": "IT",
"given_name": "John",
"family_name": "Doe",
Expand Down

0 comments on commit 99077f3

Please sign in to comment.