Skip to content

Commit bcd812d

Browse files
committed
Change default scope to 'module' for get_vpc_with_subnet fixture
1 parent 0db2723 commit bcd812d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/integration/nodebalancers/conftest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import json
2+
13
import pytest
24

35
from tests.integration.conftest import create_vpc_w_subnet
@@ -339,7 +341,7 @@ def simple_nodebalancer_with_config(linode_cloud_firewall):
339341
delete_target_id(target="nodebalancers", id=nodebalancer_id)
340342

341343

342-
@pytest.fixture
344+
@pytest.fixture(scope="module")
343345
def get_vpc_with_subnet(request):
344346
premium_regions = getattr(request, "param", None)
345347
vpc_json = create_vpc_w_subnet(premium_regions)

0 commit comments

Comments
 (0)