Skip to content

Commit

Permalink
fix(test): set correct test user id
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Feb 25, 2025
1 parent ec7d51e commit b3c64b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const mainMeta = {

const subjects: { [key: string]: Subject } = {
root_tech_user: {
id: "root_tech_user",
id: "root-tech-user",
token: "1a4c6789-6435-487a-9308-64d06384acf9"
},
superadmin: {
Expand Down Expand Up @@ -609,10 +609,10 @@ const invalidOrders: { [key: string]: OrderList } = {
const users: { [key: string]: UserResponse } = {
root_tech_user: {
payload: {
id: 'root_tech_user',
id: 'root-tech-user',
role_associations: [
{
id: 'root_tech_user-1-super-administrator-r-id',
id: 'root-tech-user-1-super-administrator-r-id',
role: 'superadministrator-r-id',
attributes: [],
},
Expand Down

0 comments on commit b3c64b0

Please sign in to comment.