diff --git a/romancal/regtest/test_wfi_image_pipeline.py b/romancal/regtest/test_wfi_image_pipeline.py index b855ca4ec..11bceb2bb 100644 --- a/romancal/regtest/test_wfi_image_pipeline.py +++ b/romancal/regtest/test_wfi_image_pipeline.py @@ -168,7 +168,7 @@ def test_has_exposure_time(output_model): @pytest.mark.soctests @pytest.mark.parametrize("meta_attribute", ("detector", "optical_element")) def test_instrument_meta(output_model, meta_attribute): - # DMS-136 PSF tests TODO not listed + # DMS136 PSF tests assert meta_attribute in output_model.meta.instrument diff --git a/romancal/tests/dms_requirement_tests.json b/romancal/tests/dms_requirement_tests.json index 44ee6a5fb..ed2acd251 100644 --- a/romancal/tests/dms_requirement_tests.json +++ b/romancal/tests/dms_requirement_tests.json @@ -34,6 +34,9 @@ "romancal.regtest.test_wfi_image_pipeline.test_wcs_has_distortion_information", "romancal.regtest.test_wfi_image_pipeline.test_wcs_applies_distortion_correction" ], + "DMS136": [ + "romancal.regtest.test_wfi_image_pipeline.test_instrument_meta" + ], "DMS140": [ "romancal.regtest.test_wfi_photom.test_absolute_photometric_calibration" ],