We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f71db commit d93f63dCopy full SHA for d93f63d
tests/integration/linodes/test_interfaces.py
@@ -1,5 +1,4 @@
1
import json
2
-import time
3
from typing import Any, Dict
4
5
import pytest
@@ -8,14 +7,10 @@
8
7
from tests.integration.helpers import delete_target_id, exec_test_command
9
from tests.integration.linodes.helpers_linodes import (
10
BASE_CMD,
11
- DEFAULT_LABEL,
12
DEFAULT_RANDOM_PASS,
13
DEFAULT_TEST_IMAGE,
14
)
15
16
-timestamp = str(time.time_ns())
17
-linode_label = DEFAULT_LABEL + timestamp
18
-
19
20
@pytest.fixture
21
def linode_with_vpc_interface_as_json(linode_cloud_firewall):
0 commit comments