def assert_operation_produces_report(self, operation, report_list): assert_report_item_list_equal( operations.validate_operation_list( [operation], ["monitor"], ), report_list )