Skip to content

Commit

Permalink
Merge pull request #974 from lsst/tickets/DM-44488
Browse files Browse the repository at this point in the history
DM-44488: Expect DEBUG level logs in calibrateImage partial output cases.
  • Loading branch information
TallJimbo authored Aug 28, 2024
2 parents 79a68fa + 0a8092e commit 1933fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_calibrateImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ def mock_run(exposures, result=None, id_generator=None):
mock.patch.object(task, "run", side_effect=mock_run),
self.assertRaises(lsst.pipe.base.AnnotatedPartialOutputsError),
):
with self.assertLogs("lsst.calibrateImage", level="ERROR") as cm:
with self.assertLogs("lsst.calibrateImage", level="DEBUG") as cm:
lsst.pipe.base.testUtils.runTestQuantum(task,
self.butler,
quantum,
Expand Down

0 comments on commit 1933fea

Please sign in to comment.