def test_filter_csv_data_for_framework_agreement():
    assert filter_csv_data(
        CSV_FILE_LIST, 'digital-outcomes-and-specialists', 'result_letter'
    ) == RESULT_LETTER_IMPORT_DATA_LIST
def test_filter_csv_data_for_framework_agreement():
    assert filter_csv_data(
        CSV_FILE_LIST, 'digital-outcomes-and-specialists', 'framework_agreement'
    ) == FRAMEWORK_AGREEMENT_IMPORT_DATA_LIST