Skip to content

Commit 1e8f87b

Browse files
authored
auto release for 0.9.1 (#17)
1 parent da9cb90 commit 1e8f87b

File tree

6 files changed

+1412
-53
lines changed

6 files changed

+1412
-53
lines changed

tests/test_acceptance/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
def ustack_client():
1212
return Client(
1313
{
14-
"base_url": "http://192.168.179.2/api",
14+
"base_url": "http://console.pre.ucloudstack.com/api",
1515
"region": "cn",
1616
"public_key": os.getenv("UCLOUDSTACK_PUBLIC_KEY"),
1717
"private_key": os.getenv("UCLOUDSTACK_PRIVATE_KEY"),

0 commit comments

Comments
 (0)