Skip to content

Commit 6b2bd4c

Browse files
jaymedinabsipocz
authored andcommitted
hardcoding OBSID
1 parent f607ed6 commit 6b2bd4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/mast/tests/test_mast_remote.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
@pytest.mark.remote_data
2424
class TestMast:
2525

26-
# New branch after the rebase disaster
27-
OBSID = mast.Observations.query_object("M8", radius=".04 deg")[0]['obsid']
26+
OBSID = '1647157'
27+
2828
###############
2929
# utils tests #
3030
###############

0 commit comments

Comments
 (0)