Skip to content

Commit

Permalink
Remove now-superfluous endpoint-suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuck99 committed Nov 14, 2024
1 parent ba4e87b commit bd50284
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class ExpeyeSampleHandlingInteraction:

def __init__(self):
base_uri, token = _get_base_url_and_token()
self._uri = base_uri + "/sample-handling"
self._uri = base_uri
self._auth = BearerAuth(token)

def update_sample_status(
Expand Down

0 comments on commit bd50284

Please sign in to comment.