def __init_insufficient_data_dispatch()

in otava/slack.py [0:0]


    def __init_insufficient_data_dispatch(self):
        dispatch = [
            self.__text_block(
                "header",
                "plain_text",
                "Otava found insufficient data for the following tests :warning:",
            )
        ]
        if self.data_selection_description:
            dispatch.append(self.__data_selection_block())
        return dispatch