Skip to content

Commit

Permalink
Update test_htsget_server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh committed May 2, 2023
1 parent 587c498 commit 0e2f79f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_htsget_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@


def get_headers(username=USERNAME, password=PASSWORD):
headers = {}
try:
token = get_access_token(username=username, password=password)
headers["Authorization"] = f"Bearer {token}"
Expand Down

0 comments on commit 0e2f79f

Please sign in to comment.