Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
log_cli = 1
log_cli_level = INFO
testpaths = ucloud tests
addopts = --doctest-modules
testpaths = tests
addopts = -v
2 changes: 1 addition & 1 deletion tests/test_acceptance/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
def ustack_client() -> Client:
return Client(
{
"base_url": "http://192.168.179.2/api",
"base_url": "http://console.pre.ucloudstack.com/api",
"region": "cn",
"public_key": os.getenv("UCLOUDSTACK_PUBLIC_KEY"),
"private_key": os.getenv("UCLOUDSTACK_PRIVATE_KEY"),
Expand Down
Loading