Skip to content

Commit ab247bf

Browse files
Use random root pass
1 parent b86a7b6 commit ab247bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/integration/models/volume/test_blockstorage.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from linode_api4 import Instance
12
from test.integration.conftest import get_region
23
from test.integration.helpers import get_test_label, retry_sending_request
34

@@ -52,7 +53,7 @@ def test_config_create_with_device_map(test_linode_client):
5253
region,
5354
image="linode/debian12",
5455
label=label,
55-
root_pass="aComplex@Password123",
56+
root_pass=Instance.generate_root_password(),
5657
)
5758

5859
disk_id = linode.disks[0].id

0 commit comments

Comments
 (0)