Skip to content

Commit e8bd6f7

Browse files
committed
Add note about no DevCloud region in PREMIUM_40GB_REGIONS list
1 parent 3965bf6 commit e8bd6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/models/nodebalancer/test_nodebalancer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"us-iad",
4040
"pl-labkrk-2", # DevCloud
4141
]
42-
PREMIUM_40GB_REGIONS = ["us-iad"]
42+
PREMIUM_40GB_REGIONS = ["us-iad"] # No DevCloud region for premium_40gb type
4343

4444
TEST_REGION = get_region(
4545
LinodeClient(

0 commit comments

Comments
 (0)