Skip to content

Commit 76e92ce

Browse files
committed
Fix falling tests: test_get_nb_node and test_update_nb_node. Add new test test_get_nb_with_lke_cluster
1 parent 2037448 commit 76e92ce

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

test/integration/filters/fixtures.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
from test.integration.conftest import get_region
22
from test.integration.helpers import get_test_label
3+
4+
import pytest
5+
36
from linode_api4 import (
47
LKEClusterControlPlaneOptions,
58
)
6-
import pytest
79

810

911
@pytest.fixture(scope="package")

test/integration/models/nodebalancer/test_nodebalancer.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,12 @@
1010
get_test_label,
1111
wait_for_condition,
1212
)
13-
from test.integration.filters.fixtures import (
14-
lke_cluster,
15-
)
16-
from linode_api4.objects import (
17-
LKECluster,
18-
)
1913

2014
import pytest
2115

2216
from linode_api4 import ApiError, LinodeClient, NodeBalancer
2317
from linode_api4.objects import (
18+
LKECluster,
2419
NodeBalancerConfig,
2520
NodeBalancerNode,
2621
NodeBalancerType,

0 commit comments

Comments
 (0)