We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4992bb6 commit ae575e3Copy full SHA for ae575e3
test/mocks.ts
@@ -115,7 +115,7 @@ const mainMeta = {
115
116
const subjects: { [key: string]: Subject } = {
117
root_tech_user: {
118
- id: 'root_tech_user',
+ id: 'root-tech-user',
119
token: '1a4c6789-6435-487a-9308-64d06384acf9',
120
},
121
superadmin: {
@@ -416,7 +416,7 @@ const validInvoices: { [key: string]: InvoiceList } = {
416
const users: { [key: string]: UserResponse } = {
417
418
payload: {
419
420
name: 'manuel.mustersuperadmin',
421
firstName: 'Manuel',
422
lastName: 'Mustersuperadmin',
0 commit comments