Skip to content

Commit 63f9052

Browse files
Minor adjustments for prod compatibility
1 parent 009c7d4 commit 63f9052

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ def create_placement_group(test_linode_client):
439439

440440
pg = client.placement.group_create(
441441
"pythonsdk-" + timestamp,
442-
"us-east",
442+
get_region(test_linode_client, {"Placement Group"}),
443443
PlacementGroupAffinityType.anti_affinity_local,
444444
)
445445
yield pg

0 commit comments

Comments
 (0)