Skip to content

Commit db35bf8

Browse files
Davy HuaDavy Hua
authored andcommitted
chore(staging): change *.staging.wherobots.services to .com
1 parent 53b87e8 commit db35bf8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/smoke.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
else:
5959
conn_func = functools.partial(
6060
connect,
61-
host="api.staging.wherobots.services",
61+
host="api.staging.wherobots.com",
6262
token=token,
6363
api_key=api_key,
6464
runtime=Runtime.SEDONA,

wherobots/db/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
DEFAULT_ENDPOINT: str = "api.wherobots.services" # "api.cloud.wherobots.com"
9-
STAGING_ENDPOINT: str = "api.staging.wherobots.services" # "api.staging.wherobots.com"
9+
STAGING_ENDPOINT: str = "api.staging.wherobots.com" # "api.staging.wherobots.com"
1010
DEFAULT_RUNTIME: Runtime = Runtime.SEDONA
1111
DEFAULT_REGION: Region = Region.AWS_US_WEST_2
1212
DEFAULT_READ_TIMEOUT_SECONDS: float = 0.25

0 commit comments

Comments
 (0)