We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86a7b6 commit ab247bfCopy full SHA for ab247bf
1 file changed
test/integration/models/volume/test_blockstorage.py
@@ -1,3 +1,4 @@
1
+from linode_api4 import Instance
2
from test.integration.conftest import get_region
3
from test.integration.helpers import get_test_label, retry_sending_request
4
@@ -52,7 +53,7 @@ def test_config_create_with_device_map(test_linode_client):
52
53
region,
54
image="linode/debian12",
55
label=label,
- root_pass="aComplex@Password123",
56
+ root_pass=Instance.generate_root_password(),
57
)
58
59
disk_id = linode.disks[0].id
0 commit comments