@@ -1365,7 +1365,7 @@ def test_tesscut_get_sectors_mt(self):
1365
1365
assert sector_table ['ccd' ][0 ] == 1
1366
1366
1367
1367
error_noname = ("Please specify the object name or ID (as understood by the "
1368
- "`JPL ephemerides service <https://ssd.jpl.nasa.gov/horizons.cgi >`__) "
1368
+ "`JPL ephemerides service <https://ssd.jpl.nasa.gov/horizons/app.html >`__) "
1369
1369
"of a moving target such as an asteroid or comet." )
1370
1370
error_nameresolve = f"Could not resolve { moving_target_name } to a sky position."
1371
1371
error_mt_coord = "Only one of moving_target and coordinates may be specified."
@@ -1448,7 +1448,7 @@ def test_tesscut_download_cutouts_mt(self, tmpdir):
1448
1448
assert os .path .isfile (row ['Local Path' ])
1449
1449
1450
1450
error_noname = ("Please specify the object name or ID (as understood by the "
1451
- "`JPL ephemerides service <https://ssd.jpl.nasa.gov/horizons.cgi >`__) of "
1451
+ "`JPL ephemerides service <https://ssd.jpl.nasa.gov/horizons/app.html >`__) of "
1452
1452
"a moving target such as an asteroid or comet." )
1453
1453
error_nameresolve = f"Could not resolve { moving_target_name } to a sky position."
1454
1454
error_mt_coord = "Only one of moving_target and coordinates may be specified."
@@ -1529,7 +1529,7 @@ def test_tesscut_get_cutouts_mt(self):
1529
1529
assert isinstance (cutout_hdus_list [0 ], fits .HDUList )
1530
1530
1531
1531
error_noname = ("Please specify the object name or ID (as understood by the "
1532
- "`JPL ephemerides service <https://ssd.jpl.nasa.gov/horizons.cgi >`__) of "
1532
+ "`JPL ephemerides service <https://ssd.jpl.nasa.gov/horizons/app.html >`__) of "
1533
1533
"a moving target such as an asteroid or comet." )
1534
1534
error_nameresolve = f"Could not resolve { moving_target_name } to a sky position."
1535
1535
error_mt_coord = "Only one of moving_target and coordinates may be specified."
0 commit comments