Skip to content

Commit 73ccd0c

Browse files
committed
Add DevCloud region to PREMIUM_REGIONS
1 parent c16f56c commit 73ccd0c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

test/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ def create_vpc_with_subnet_ipv4(test_linode_client, create_vpc_ipv4):
527527

528528
@pytest.fixture(scope="function")
529529
def create_vpc_with_subnet_in_premium_region(request, test_linode_client):
530-
premium_regions = getattr(request, "param", None)
530+
premium_regions = getattr(request, "param")
531531
client = test_linode_client
532532
label = get_test_label(length=10)
533533

test/integration/models/nodebalancer/test_nodebalancer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"us-sea",
3838
"fr-par",
3939
"us-iad",
40+
"pl-labkrk-2" # DevCloud
4041
]
4142
PREMIUM_40GB_REGIONS = ["us-iad"]
4243

0 commit comments

Comments
 (0)