Skip to content

Commit

Permalink
Set admin_endpoint to endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
k-burt-uch committed Feb 5, 2024
1 parent c41412e commit 563cbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen3/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def __init__(
endpoint += "/" + service_location

self.endpoint = endpoint.rstrip("/")
self.admin_endpoint = endpoint.rstrip("/") + admin_endpoint_suffix
self.admin_endpoint = self.endpoint
self._auth_provider = auth_provider

def is_healthy(self):
Expand Down

0 comments on commit 563cbcd

Please sign in to comment.