We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b71e14 commit 81dbc09Copy full SHA for 81dbc09
1 file changed
test/integration/models/account/test_account.py
@@ -79,6 +79,12 @@ def test_update_maintenance_policy(test_linode_client):
79
updated = client.load(AccountSettings(client, ""), "")
80
assert updated.maintenance_policy == new_policy
81
82
+ settings.maintenance_policy = original_policy
83
+ settings.save()
84
+
85
+ updated = client.load(AccountSettings(client, ""), "")
86
+ assert updated.maintenance_policy == original_policy
87
88
89
@pytest.mark.smoke
90
def test_latest_get_event(test_linode_client, e2e_test_firewall):
0 commit comments