Skip to content

Commit e1c1c0e

Browse files
committed
Update test_htsget_server.py
1 parent da6452c commit e1c1c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_htsget_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def test_gene_search():
470470
def test_beacon_get_search():
471471
# for an authed user, this short allele form request should work:
472472
# return two variations, one ref, one alt, for a single position.
473-
url = f"{HOST}/beacon/v2/g_variants?assemblyId=hg38&allele=NC_000021.9%3Ag.5030847T%3EA"
473+
url = f"{HOST}/beacon/v2/g_variants?assemblyId=hg38&allele=NC_000021.9%3Ag.5030847T%3EA&fullSearch=true"
474474
response = requests.get(url, headers=get_headers())
475475
print(response.text)
476476
assert len(response.json()['estimatedResults']["test-htsget"]) == 2

0 commit comments

Comments
 (0)