Skip to content

Commit

Permalink
test: add pointofsale role to admin
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Aug 7, 2024
1 parent ec53c7b commit bb63318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/kysely/seeds/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const seed = async () => {
.values([
{
email: '[email protected]',
roles: `["administrator", "employee"]`
roles: `["administrator", "pointofsale"]`
}
])
.returning('id')
Expand Down

0 comments on commit bb63318

Please sign in to comment.