Skip to content

Commit 2498b47

Browse files
dont check first line of test log output
1 parent 7cb07e9 commit 2498b47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/core/test_rmap.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,7 @@ def test_validate_mapping_ambiguous_roman(roman_serverless_state, roman_data, ca
449449
with caplog.at_level(logging.INFO, logger="CRDS"):
450450
r.validate_mapping()
451451
out = caplog.text
452-
expected = """Match('ROMAN.META.INSTRUMENT.DETECTOR', 'ROMAN.META.INSTRUMENT.OPTICAL_ELEMENT') : ('WFI01', 'F158') :
453-
----------------------------------------
454-
Match case
452+
expected = """Match case
455453
('WFI01', 'F158') : UseAfter({
456454
'2020-01-01 00:00:00' : roman_wfi_flat_0002.asdf
457455
is an equal weight special case of

0 commit comments

Comments
 (0)