Skip to content

Commit 2e9ab02

Browse files
committed
Add code review suggestions
1 parent 44b0454 commit 2e9ab02

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/integration/models/linode/test_linode.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import ipaddress
2-
import random
32
import time
43
from test.integration.conftest import get_region
54
from test.integration.helpers import (
@@ -1219,7 +1218,7 @@ def test_create_linode_with_kernel_and_boot_size_then_add_disk_and_rebuild(
12191218
linode_create.disk_create,
12201219
size=2000,
12211220
image="linode/debian12",
1222-
label="python-disk-test-" + random.randrange(100000, 999999).__str__(),
1221+
label="python-disk-test-" + get_test_label(),
12231222
root_pass="aComplex@Password123",
12241223
)
12251224
wait_for_disk_status(disk_create, 120)

0 commit comments

Comments
 (0)