We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b0454 commit 2e9ab02Copy full SHA for 2e9ab02
1 file changed
test/integration/models/linode/test_linode.py
@@ -1,5 +1,4 @@
1
import ipaddress
2
-import random
3
import time
4
from test.integration.conftest import get_region
5
from test.integration.helpers import (
@@ -1219,7 +1218,7 @@ def test_create_linode_with_kernel_and_boot_size_then_add_disk_and_rebuild(
1219
1218
linode_create.disk_create,
1220
size=2000,
1221
image="linode/debian12",
1222
- label="python-disk-test-" + random.randrange(100000, 999999).__str__(),
+ label="python-disk-test-" + get_test_label(),
1223
root_pass="aComplex@Password123",
1224
)
1225
wait_for_disk_status(disk_create, 120)
0 commit comments