Skip to content

Commit ae575e3

Browse files
author
Gerald Baulig
committed
fix(test): set correct root-tech-user id
1 parent 4992bb6 commit ae575e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/mocks.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const mainMeta = {
115115

116116
const subjects: { [key: string]: Subject } = {
117117
root_tech_user: {
118-
id: 'root_tech_user',
118+
id: 'root-tech-user',
119119
token: '1a4c6789-6435-487a-9308-64d06384acf9',
120120
},
121121
superadmin: {
@@ -416,7 +416,7 @@ const validInvoices: { [key: string]: InvoiceList } = {
416416
const users: { [key: string]: UserResponse } = {
417417
superadmin: {
418418
payload: {
419-
id: 'root_tech_user',
419+
id: 'root-tech-user',
420420
name: 'manuel.mustersuperadmin',
421421
firstName: 'Manuel',
422422
lastName: 'Mustersuperadmin',

0 commit comments

Comments
 (0)