Add unit tests to validate the behavior of the find_query_consumer_channel method, in cases where a channel is found or not, where a user is valid or not. The result of the function should be either the correct channel (as expected), or a result of value None.
Add unit tests to validate the behavior of the
find_query_consumer_channelmethod, in cases where a channel is found or not, where a user is valid or not. The result of the function should be either the correct channel (as expected), or a result of valueNone.