Closed
Description
To reproduce:
Call the will_set
method and leave the payload
parameter as its default value of None
.
This causes an exception of Message can not be none
.
If the payload can't be None
, then it should not have a default value of None
- all default values should work as their existence implies that the value is allowed.