def test_get_channel_list(self, patched_env, patched_resource,
                           patched_client):
     """
     Test the get_channel_list function
     """
     from chalicelib import channels
     channels.get_channel_list()
def get_channel_list():
    """
    API entry point to return all the current channel names.
    """
    return channel_tiles.get_channel_list()