Skip to content

Commit

Permalink
Merge pull request #6689 from meeseeksmachine/auto-backport-of-pr-668…
Browse files Browse the repository at this point in the history
…4-on-4.1

Backport PR #6684 on branch 4.1 (Fix database test)
  • Loading branch information
dstansby committed Dec 31, 2022
2 parents 24bf4fe + 8858785 commit b95e0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunpy/database/tests/test_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def test_entries_from_fido_search_result(fido_search_result):
wavemin=17634850.470588233, wavemax=17634850.470588233,
instrument='NORH')
# 2 entries from rhessi
assert entries[66].fileid.endswith("/metadata/catalog/hsi_obssumm_20120101_032.fits")
assert 'hsi_obssumm_20120101' in entries[66].fileid
assert entries[66] == DatabaseEntry(
source="RHESSI", provider='NASA', physobs='summary_lightcurve',
fileid=entries[66].fileid,
Expand Down

0 comments on commit b95e0fa

Please sign in to comment.