Skip to content

Commit

Permalink
Add ER without star catalog to report test set
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Oct 20, 2023
1 parent d1974a6 commit 24e3e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mica/report/tests/test_write_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_write_reports():
os.unlink(fn)
report.REPORT_ROOT = tempdir
report.REPORT_SERVER = fn
for obsid in [20001, 15175, 54778]:
for obsid in [20001, 15175, 54778, 44077]:
report.main(obsid)
os.unlink(fn)
shutil.rmtree(tempdir)

0 comments on commit 24e3e02

Please sign in to comment.