Skip to content

Commit

Permalink
Fix test test_043_annotation_post. (#182)
Browse files Browse the repository at this point in the history
* Fix test test_043_annotation_post.

* Fix test test_321_index_count_hg38.

* Fix test test_043_annotation_post.

* Fix test test_321_index_count_hg38.
  • Loading branch information
everaldorodrigo authored Jan 3, 2024
1 parent 643995d commit 238fcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/data/test_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_043_annotation_post(self):
# TODO redo this test, doesn't test much really....
res = self.request("variant", method='POST',
data={'ids': 'chr16:g.28883241A>G,chr8:g.19813529A>G',
'filter': 'dbsnp.chrom'}).json()
'fields': 'dbsnp.chrom'}).json()
assert len(res) == 2
for _g in res:
assert set(_g) == set(['_id', 'query', 'dbsnp', '_version'])
Expand Down

0 comments on commit 238fcc9

Please sign in to comment.