Skip to content

Commit

Permalink
fix rmap tests for different results
Browse files Browse the repository at this point in the history
  • Loading branch information
stscieisenhamer committed Jul 9, 2024
1 parent 8f222fb commit a353380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/test_rmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def test_validate_mapping_ambiguous_roman(roman_serverless_state, roman_data, ca
with caplog.at_level(logging.INFO, logger="CRDS"):
r.validate_mapping()
out = caplog.text
expected = """ Match('ROMAN.META.INSTRUMENT.DETECTOR [DETECTOR]', 'ROMAN.META.INSTRUMENT.OPTICAL_ELEMENT [FITS unknown]') : ('WFI01', 'F158') :
expected = """Match('ROMAN.META.INSTRUMENT.DETECTOR', 'ROMAN.META.INSTRUMENT.OPTICAL_ELEMENT') : ('WFI01', 'F158') :
----------------------------------------
Match case
('WFI01', 'F158') : UseAfter({
Expand Down

0 comments on commit a353380

Please sign in to comment.