File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments