Skip to content

Commit

Permalink
Merge pull request #39 from sennetconsortium/maxsibilla/default-app-c…
Browse files Browse the repository at this point in the history
…ontext

Maxsibilla/default app context
  • Loading branch information
maxsibilla authored Jan 22, 2024
2 parents 0983156 + d7fe9f3 commit 713f40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ingest_validation_tools/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ def __init__(

if app_context is None:
app_context = {
'entities_url': 'https://entity.api.hubmapconsortium.org/entities/',
'request_header': {'X-Hubmap-Application': 'ingest-pipeline'}
'entities_url': 'https://entity.api.sennetconsortium.org/entities/',
'request_header': {'X-SenNet-Application': 'ingest-pipeline'}
}
self.app_context = app_context

Expand Down

0 comments on commit 713f40d

Please sign in to comment.