Skip to content

Commit 7163236

Browse files
committed
test(converter): remove RC-RI_MonsieurX file from usecase without returned message
1 parent bcd545b commit 7163236

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

converter/tests/cisu/test_resources_info_converter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@
2626
_PATCH_GET_LAST_RC_RI_BY_CASE_ID = "converter.cisu.resources_info.resources_info_cisu_converter.get_last_rc_ri_by_case_id"
2727
_PATCH_GET_RS_MESSAGES_BY_CASE_ID = "converter.cisu.resources_info.resources_info_cisu_converter.get_rs_messages_by_case_id"
2828

29+
# These usecases does not contain the minimal infomations to trigger
30+
# the traduction of a valid RC-RI (no state on resource).
2931
usecase_files_returning_no_converted_messages = [
3032
"RS-RI_Secondaire_RobertVermande.03.json",
3133
"RS-RI_partageRessources_LolaHalimi.03c.json",
32-
"RS-RI_partageRessources_MonsieurX.03.json",
3334
]
3435

3536
all_usecase_files = TestHelper.get_json_files(

0 commit comments

Comments
 (0)