Skip to content

Commit 5918824

Browse files
Fixed maintenance policy test (#584)
* Fixed maintenance policy test * Add note to replace region in GA
1 parent e18c8f1 commit 5918824

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/models/linode/test_linode.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,8 @@ def test_delete_interface_containing_vpc(
881881

882882
def test_create_linode_with_maintenance_policy(test_linode_client):
883883
client = test_linode_client
884-
region = get_region(client, {"Linodes"}, site_type="core")
884+
# TODO: Replace with random region after GA
885+
region = "eu-central"
885886
label = get_test_label()
886887

887888
policies = client.maintenance.maintenance_policies()

0 commit comments

Comments
 (0)