Skip to content

Commit

Permalink
Fix test test_043_annotation_post.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Jan 2, 2024
1 parent 643995d commit 0633f0e
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 @@ -94,7 +94,7 @@ def test_043_annotation_post(self):
'filter': 'dbsnp.chrom'}).json()
assert len(res) == 2
for _g in res:
assert set(_g) == set(['_id', 'query', 'dbsnp', '_version'])
assert set(_g).issuperset(set(['_id', 'query', 'dbsnp', '_version']))

def test_044_annotation_post(self):
# Test a large variant post
Expand Down

0 comments on commit 0633f0e

Please sign in to comment.