Skip to content

Commit

Permalink
refactor(apps): rename url to "apps-sextant/v1" in sextant.py
Browse files Browse the repository at this point in the history
PR Closed: #1132
  • Loading branch information
zhen.chen authored and AChenQ committed Nov 26, 2021
1 parent 1ba259e commit 0017cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorbay/apps/sextant.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class Sextant(Client):

def __init__(self, access_key: str, url: str = "") -> None:
super().__init__(access_key, url)
self._open_api = urljoin(self.gateway_url, "apps/sextant/")
self._open_api = urljoin(self.gateway_url, "apps-sextant/v1")

def create_benchmark(
self,
Expand Down

0 comments on commit 0017cab

Please sign in to comment.