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(
882882def test_create_linode_with_maintenance_policy (test_linode_client ):
883883 client = test_linode_client
884884 # TODO: Replace with random region after GA
885- region = "eu-central "
885+ region = "ap-south "
886886 label = get_test_label ()
887887
888888 policies = client .maintenance .maintenance_policies ()
@@ -896,7 +896,7 @@ def test_create_linode_with_maintenance_policy(test_linode_client):
896896 region ,
897897 image = "linode/debian12" ,
898898 label = label + "_with_policy" ,
899- maintenance_policy_id = non_default_policy .slug ,
899+ maintenance_policy = non_default_policy .slug ,
900900 )
901901
902902 assert linode_instance .id is not None
You can’t perform that action at this time.
0 commit comments