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 919fd1f commit ee045c4Copy full SHA for ee045c4
test/unit/objects/linode_test.py
@@ -527,7 +527,6 @@ def test_update_interfaces_settings(self):
527
iface_settings.default_route.ipv4_interface_id = 456
528
iface_settings.default_route.ipv6_interface_id = 123
529
530
-
531
with self.mock_put("/linode/instances/124/interfaces/settings") as m:
532
iface_settings.save()
533
0 commit comments