We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53b87e8 + db35bf8 commit 656505eCopy full SHA for 656505e
2 files changed
tests/smoke.py
@@ -58,7 +58,7 @@
58
else:
59
conn_func = functools.partial(
60
connect,
61
- host="api.staging.wherobots.services",
+ host="api.staging.wherobots.com",
62
token=token,
63
api_key=api_key,
64
runtime=Runtime.SEDONA,
wherobots/db/constants.py
@@ -6,7 +6,7 @@
6
7
8
DEFAULT_ENDPOINT: str = "api.wherobots.services" # "api.cloud.wherobots.com"
9
-STAGING_ENDPOINT: str = "api.staging.wherobots.services" # "api.staging.wherobots.com"
+STAGING_ENDPOINT: str = "api.staging.wherobots.com" # "api.staging.wherobots.com"
10
DEFAULT_RUNTIME: Runtime = Runtime.SEDONA
11
DEFAULT_REGION: Region = Region.AWS_US_WEST_2
12
DEFAULT_READ_TIMEOUT_SECONDS: float = 0.25
0 commit comments