We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18c8f1 commit 5918824Copy full SHA for 5918824
test/integration/models/linode/test_linode.py
@@ -881,7 +881,8 @@ def test_delete_interface_containing_vpc(
881
882
def test_create_linode_with_maintenance_policy(test_linode_client):
883
client = test_linode_client
884
- region = get_region(client, {"Linodes"}, site_type="core")
+ # TODO: Replace with random region after GA
885
+ region = "eu-central"
886
label = get_test_label()
887
888
policies = client.maintenance.maintenance_policies()
0 commit comments