You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
It should not be possible to call any action on a module, even non-existent actions which can cause side effects. The module should return a proper error message when the action does not exist.
Expected behavior
It should not be possible to call any action on a module, even non-existent actions which can cause side effects. The module should return a proper error message when the action does not exist.
--> Referring to discussion leading up to this issue.
Tests needed for:
channel.invoke('chain:mycustomactionwhichdoesnotexist', ...)
channel.invoke('mycustomactionwhichdoesnotexist', ...)
-> should be ok as default ischain
but not for other domainschannel.invoke('notchain:mycustomactionwhichdoesnotexist', ...)
Steps to reproduce
See the above test cases.
Which version(s) does this affect? (Environment, OS, etc...)
2.*
The text was updated successfully, but these errors were encountered: