feat: remove message from kcContextCommonMock

This commit is contained in:
Daniil Dubrava
2023-08-11 12:13:40 +02:00
parent 5156b2e0cc
commit b742ed73aa
3 changed files with 3 additions and 10 deletions

View File

@ -234,10 +234,6 @@ export const kcContextCommonMock: KcContext.Common = {
"clientId": "myApp"
},
"scripts": [],
"message": {
"type": "success",
"summary": "This is a test message"
},
"isAppInitiatedAction": false
};