Skip to content

Commit

Permalink
test: get: Attempt to fix one.
Browse files Browse the repository at this point in the history
  • Loading branch information
wwood committed Jan 17, 2024
1 parent e433c99 commit 53dffd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_get_sra_and_aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def test_get_by_bioproject(self):

def test_get_by_bioproject_output_directory(self):
with in_tempdir():
extern.run('{} get --bioproject PRJNA177893 --force -f sra -m aws-http --output-directory outdir --check-md5sums 2>kingfisher_stderr'.format(kingfisher))
extern.run('{} get --bioproject PRJNA177893 --guess-aws-location --force -f sra -m aws-http --output-directory outdir --check-md5sums 2>kingfisher_stderr'.format(kingfisher))
# -rw-rw-r-- 1 ben ben 45099009 Sep 16 08:01 SRR600121.sra
# -rw-rw-r-- 1 ben ben 31203681 Sep 16 08:01 SRR605326.sra
# -rw-rw-r-- 1 ben ben 4291189 Sep 16 08:01 SRR605331.sra
Expand Down

0 comments on commit 53dffd7

Please sign in to comment.