We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0dc27 commit 9406e39Copy full SHA for 9406e39
astroquery/esa/hubble/tests/test_esa_hubble_remote.py
@@ -103,7 +103,9 @@ def test_hap_composite_to_hap_simple(self):
103
104
def test_hap_simple_to_hap_composite(self):
105
result = esa_hubble.get_member_observations(observation_id='hst_16316_71_acs_sbc_f150lp_jec071i9')
106
- assert result == ['hst_16316_71_acs_sbc_f150lp_jec071']
+ assert result == ['hst_16316_71_acs_sbc_f150lp_jec071',
107
+ 'hst_16316_71_acs_sbc_total_jec071',
108
+ 'hst_skycell-p2478x15y09_acs_sbc_f150lp_all']
109
110
def test_hap_simple_to_hst_simple(self):
111
result = esa_hubble.get_hap_hst_link(observation_id='hst_16316_71_acs_sbc_f150lp_jec071i9')
0 commit comments