remove last fragments of session ID

This commit is contained in:
Moriz Wahl 2021-08-30 18:30:52 +02:00
parent 235eefad3a
commit cc12591b38
2 changed files with 0 additions and 10 deletions

View File

@ -8,11 +8,6 @@ describe('GddSend', () => {
const mocks = {
$t: jest.fn((t) => t),
$store: {
state: {
sessionId: 1234,
},
},
$i18n: {
locale: jest.fn(() => 'en'),
},

View File

@ -13,11 +13,6 @@ describe('UserProfileTransactionList', () => {
$i18n: {
locale: jest.fn(() => 'en'),
},
$store: {
state: {
sessionId: 1,
},
},
}
const stubs = {