Skip to content

Commit

Permalink
Add to master inserts users
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgonicholson committed Nov 21, 2024
1 parent 6194231 commit 429ad1d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/encoded/tests/data/master-inserts/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,5 +392,22 @@
}
],
"user_institution": "828cd4fe-ebb0-4b36-a94a-d2e3a36cc989"
},
{
"email": "[email protected]",
"first_name": "Sarah",
"last_name": "Nicholson",
"uuid": "21a76481-3843-4b38-b18c-a41babb0748f",
"groups": [
"admin"
],
"project": "12a92962-8265-4fc0-b2f8-cf14f05db58b",
"project_roles": [
{
"project": "12a92962-8265-4fc0-b2f8-cf14f05db58b",
"role": "developer"
}
],
"user_institution": "828cd4fe-ebb0-4b36-a94a-d2e3a36cc989"
}
]

0 comments on commit 429ad1d

Please sign in to comment.