We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db2723 commit bcd812dCopy full SHA for bcd812d
1 file changed
tests/integration/nodebalancers/conftest.py
@@ -1,3 +1,5 @@
1
+import json
2
+
3
import pytest
4
5
from tests.integration.conftest import create_vpc_w_subnet
@@ -339,7 +341,7 @@ def simple_nodebalancer_with_config(linode_cloud_firewall):
339
341
delete_target_id(target="nodebalancers", id=nodebalancer_id)
340
342
343
-@pytest.fixture
344
+@pytest.fixture(scope="module")
345
def get_vpc_with_subnet(request):
346
premium_regions = getattr(request, "param", None)
347
vpc_json = create_vpc_w_subnet(premium_regions)
0 commit comments