We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c420a1d commit c4a6372Copy full SHA for c4a6372
1 file changed
test/unit/objects/linode_interface_test.py
@@ -96,14 +96,6 @@ def build_interface_options_rdma_vpc():
96
)
97
98
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
107
class LinodeInterfaceTest(ClientBaseCase):
108
"""
109
Tests methods of the LinodeInterface class
0 commit comments