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 be19673 commit 4034689Copy full SHA for 4034689
test/integration/conftest.py
@@ -38,6 +38,13 @@
38
RUN_LONG_TESTS = "RUN_LONG_TESTS"
39
SKIP_E2E_FIREWALL = "SKIP_E2E_FIREWALL"
40
41
+ALL_ACCOUNT_AVAILABILITIES = {
42
+ "Linodes",
43
+ "NodeBalancers",
44
+ "Block Storage",
45
+ "Kubernetes",
46
+}
47
+
48
logger = logging.getLogger(__name__)
49
50
@@ -61,12 +68,6 @@ def get_regions(
61
68
return Region(client, region_override)
62
69
63
70
regions = client.regions()
64
- ALL_ACCOUNT_AVAILABILITIES = {
65
- "Linodes",
66
- "NodeBalancers",
67
- "Block Storage",
- "Kubernetes",
- }
71
72
account_regional_availabilities = {}
73
try:
0 commit comments