room.unpinEvents.lastRetVal().resolve(false,{errorCode:'M_FORBIDDEN',error:'You are not allowed to do so'});
compare(showPassiveNotification.calledTimes(),1);
compare(showPassiveNotification.lastArgs()[0],l10n.get('event-unpin-failed-prompt',{errorCode:'M_FORBIDDEN',errorMsg:'You are not allowed to do so'}));