Skip to content

Commit

Permalink
feat(converter): change test branch reference to main
Browse files Browse the repository at this point in the history
  • Loading branch information
muffoltz committed Jan 28, 2025
1 parent 43c7c13 commit f12c99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions converter/tests/test_cisu_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def validate_health_format(result):
converter_method=CISUConverterV3.from_cisu,
target_schema=RS_EDA_SCHEMA,
additional_validation=validate_health_format,
online_tag="feat/cisu_conversion" # ToDo: migrate to "v3" once tag is available
online_tag="main" # ToDo: migrate to "v3" once tag is available
)

def test_to_cisu_conversion_v3():
Expand All @@ -49,5 +49,5 @@ def test_to_cisu_conversion_v3():
envelope_file="tests/edxl_envelope_health_to_fire.json",
converter_method=CISUConverterV3.to_cisu,
target_schema=RC_EDA_SCHEMA,
online_tag="feat/cisu_conversion" # ToDo: migrate to "v3" once tag is available
online_tag="main" # ToDo: migrate to "v3" once tag is available
)

0 comments on commit f12c99c

Please sign in to comment.