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 fb9c7eb commit 796a314Copy full SHA for 796a314
test/unit/objects/linode_test.py
@@ -481,7 +481,7 @@ def test_get_interfaces(self):
481
482
assert instance.interface_generation == InterfaceGeneration.LINODE
483
484
- interfaces = instance.interfaces
+ interfaces = instance.linode_interfaces
485
486
LinodeInterfaceTest.assert_linode_124_interface_123(
487
next(iface for iface in interfaces if iface.id == 123)
0 commit comments