We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9ad27 commit d2a519dCopy full SHA for d2a519d
1 file changed
test/integration/models/linode/test_linode.py
@@ -713,7 +713,7 @@ def __assert_vlan(iface: LinodeInterface):
713
714
def test_linode_interfaces_settings(linode_with_linode_interfaces):
715
linode = linode_with_linode_interfaces
716
- settings = linode.linode_interfaces_settings
+ settings = linode.interfaces_settings
717
718
assert settings.network_helper is not None
719
assert (
0 commit comments