Merge pull request #396 from ddubrava/remove-message-from-kc-context-mock

feat: remove message from kcContextCommonMock
This commit is contained in:
Joseph Garrone
2023-08-24 09:00:16 +02:00
committed by GitHub
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
};