Skip to content

Commit 919fd1f

Browse files
committed
More fixes
1 parent 6bd29cf commit 919fd1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/unit/groups/linode_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def test_instance_create_with_interfaces_linode(self):
131131
"interfaces": [iface._serialize() for iface in interfaces],
132132
}
133133

134-
def test_create_with_maintenance_policy(self):
134+
def test_create_with_maintenance_policy(self):
135135
"""
136136
Tests that you can create a Linode with a maintenance policy
137137
"""

test/unit/objects/account_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ def test_post_account_settings(self):
147147
"network_helper": True,
148148
"backups_enabled": False,
149149
"interfaces_for_new_linodes": AccountSettingsInterfacesForNewLinodes.linode_only,
150+
"maintenance_policy": "linode/migrate",
150151
}
151-
self.assertEqual(settings.maintenance_policy, "linode/migrate")
152152

153153
def test_update_account_settings(self):
154154
"""

0 commit comments

Comments
 (0)