Skip to content

Commit

Permalink
test key for test_post_update
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh committed Jun 9, 2022
1 parent 06978d7 commit 6b5be82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_htsget_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_post_update():
"self_uri": "drs://localhost/NA18537.vcf.gz.tbi",
"size": 100
}
response = requests.post(url, json=obj)
response = requests.post(url, json=obj, headers={"Test_Key": TEST_KEY})
assert response.json()["size"] == 100

def invalid_start_end_data():
Expand Down

0 comments on commit 6b5be82

Please sign in to comment.