Skip to content

Commit c4a6372

Browse files
committed
nit`
1 parent c420a1d commit c4a6372

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

test/unit/objects/linode_interface_test.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,6 @@ def build_interface_options_rdma_vpc():
9696
)
9797

9898

99-
def build_interface_options_rdma_vpc_minimal():
100-
"""Per spec: ipv4 may be omitted; defaults to a primary "auto" address."""
101-
return LinodeInterfaceOptions(
102-
firewall_id=-1,
103-
rdma_vpc=LinodeInterfaceRDMAVPCOptions(subnet_id=1234),
104-
)
105-
106-
10799
class LinodeInterfaceTest(ClientBaseCase):
108100
"""
109101
Tests methods of the LinodeInterface class

0 commit comments

Comments
 (0)