Skip to content

Commit cd5322b

Browse files
authored
update ucloudstack apis (#52)
1 parent 262faff commit cd5322b

File tree

6 files changed

+1446
-47
lines changed

6 files changed

+1446
-47
lines changed

pytest.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
22
log_cli = 1
33
log_cli_level = INFO
4-
testpaths = ucloud tests
5-
addopts = --doctest-modules
4+
testpaths = tests
5+
addopts = -v

tests/test_acceptance/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
def ustack_client() -> Client:
1111
return Client(
1212
{
13-
"base_url": "http://192.168.179.2/api",
13+
"base_url": "http://console.pre.ucloudstack.com/api",
1414
"region": "cn",
1515
"public_key": os.getenv("UCLOUDSTACK_PUBLIC_KEY"),
1616
"private_key": os.getenv("UCLOUDSTACK_PRIVATE_KEY"),

0 commit comments

Comments
 (0)