File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/integration/models/linode Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -882,7 +882,7 @@ def test_delete_interface_containing_vpc(
882
882
def test_create_linode_with_maintenance_policy (test_linode_client ):
883
883
client = test_linode_client
884
884
# TODO: Replace with random region after GA
885
- region = "eu-central "
885
+ region = "ap-south "
886
886
label = get_test_label ()
887
887
888
888
policies = client .maintenance .maintenance_policies ()
@@ -896,7 +896,7 @@ def test_create_linode_with_maintenance_policy(test_linode_client):
896
896
region ,
897
897
image = "linode/debian12" ,
898
898
label = label + "_with_policy" ,
899
- maintenance_policy_id = non_default_policy .slug ,
899
+ maintenance_policy = non_default_policy .slug ,
900
900
)
901
901
902
902
assert linode_instance .id is not None
You can’t perform that action at this time.
0 commit comments