Skip to content

Commit 4034689

Browse files
committed
Make ALL_ACCOUNT_AVAILABILITIES a global constant
1 parent be19673 commit 4034689

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

test/integration/conftest.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@
3838
RUN_LONG_TESTS = "RUN_LONG_TESTS"
3939
SKIP_E2E_FIREWALL = "SKIP_E2E_FIREWALL"
4040

41+
ALL_ACCOUNT_AVAILABILITIES = {
42+
"Linodes",
43+
"NodeBalancers",
44+
"Block Storage",
45+
"Kubernetes",
46+
}
47+
4148
logger = logging.getLogger(__name__)
4249

4350

@@ -61,12 +68,6 @@ def get_regions(
6168
return Region(client, region_override)
6269

6370
regions = client.regions()
64-
ALL_ACCOUNT_AVAILABILITIES = {
65-
"Linodes",
66-
"NodeBalancers",
67-
"Block Storage",
68-
"Kubernetes",
69-
}
7071

7172
account_regional_availabilities = {}
7273
try:

0 commit comments

Comments
 (0)