@@ -1262,7 +1262,7 @@ def test_tesscut_get_sectors_mt(self):
1262
1262
assert sector_table ['ccd' ][0 ] == 1
1263
1263
1264
1264
error_noname = ("Please specify the object name or ID (as understood by the "
1265
- "`JPL ephemerides service <https://ssd.jpl.nasa.gov/horizons.cgi >`__) "
1265
+ "`JPL ephemerides service <https://ssd.jpl.nasa.gov/horizons/app.html >`__) "
1266
1266
"of a moving target such as an asteroid or comet." )
1267
1267
error_nameresolve = f"Could not resolve { moving_target_name } to a sky position."
1268
1268
error_mt_coord = "Only one of moving_target and coordinates may be specified."
@@ -1345,7 +1345,7 @@ def test_tesscut_download_cutouts_mt(self, tmpdir):
1345
1345
assert os .path .isfile (row ['Local Path' ])
1346
1346
1347
1347
error_noname = ("Please specify the object name or ID (as understood by the "
1348
- "`JPL ephemerides service <https://ssd.jpl.nasa.gov/horizons.cgi >`__) of "
1348
+ "`JPL ephemerides service <https://ssd.jpl.nasa.gov/horizons/app.html >`__) of "
1349
1349
"a moving target such as an asteroid or comet." )
1350
1350
error_nameresolve = f"Could not resolve { moving_target_name } to a sky position."
1351
1351
error_mt_coord = "Only one of moving_target and coordinates may be specified."
@@ -1426,7 +1426,7 @@ def test_tesscut_get_cutouts_mt(self):
1426
1426
assert isinstance (cutout_hdus_list [0 ], fits .HDUList )
1427
1427
1428
1428
error_noname = ("Please specify the object name or ID (as understood by the "
1429
- "`JPL ephemerides service <https://ssd.jpl.nasa.gov/horizons.cgi >`__) of "
1429
+ "`JPL ephemerides service <https://ssd.jpl.nasa.gov/horizons/app.html >`__) of "
1430
1430
"a moving target such as an asteroid or comet." )
1431
1431
error_nameresolve = f"Could not resolve { moving_target_name } to a sky position."
1432
1432
error_mt_coord = "Only one of moving_target and coordinates may be specified."
0 commit comments