Skip to content

Commit

Permalink
fix: rename seedAccount tech-user to root-tech-user
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Jul 1, 2024
1 parent fd74530 commit 6f747c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/seed_data/seed-accounts.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[
{
"id": "tech-user",
"name": "tech-user",
"first_name": "Tech",
"id": "root-tech-user",
"name": "root-tech-user",
"first_name": "Root Tech",
"last_name": "User",
"email": "[email protected]",
"email": "root-[email protected]",
"default_scope": "",
"role_associations": [
{
Expand Down Expand Up @@ -33,7 +33,7 @@
"attributes": [
{
"id": "urn:restorecommerce:acs:names:ownerInstance",
"value": "tech-user"
"value": "root-tech-user"
}
]
}
Expand Down

0 comments on commit 6f747c9

Please sign in to comment.