Skip to content

Commit 0a25827

Browse files
Fix lint
1 parent 8a4e57e commit 0a25827

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/integration/models/nodebalancer/test_nodebalancer.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import pytest
1111

12-
from linode_api4 import ApiError, LinodeClient, NodeBalancer, ExplicitNullValue
12+
from linode_api4 import ApiError, ExplicitNullValue, LinodeClient, NodeBalancer
1313
from linode_api4.objects import (
1414
NodeBalancerConfig,
1515
NodeBalancerNode,
@@ -156,6 +156,8 @@ def test_get_nb(test_linode_client, create_nb):
156156
create_nb.id,
157157
)
158158

159+
assert nb.id == create_nb.id
160+
159161

160162
def test_update_nb(test_linode_client, create_nb):
161163
nb = test_linode_client.load(

0 commit comments

Comments
 (0)