Skip to content

Commit c0e5b20

Browse files
committed
fix
1 parent 32be45c commit c0e5b20

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

tests/integration/vpc/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
@pytest.fixture
1414
def test_vpc_w_subnet():
1515
vpc_json = create_vpc_w_subnet()
16-
# if isinstance(vpc_json, list):
17-
# vpc_json = vpc_json[0]
1816
vpc_id = str(vpc_json["id"])
1917

2018
yield vpc_id

tests/integration/vpc/test_vpc.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,6 @@ def test_create_subnet_with_ipv6_auto(test_vpc_wo_subnet):
315315
ipv6_range = ipv6_entries[0].get("range", "")
316316
assert isinstance(ipv6_range, str)
317317
assert "/" in ipv6_range, f"Unexpected IPv6 CIDR format: {ipv6_range}"
318-
assert ipv6_range.startswith(
319-
"2600:"
320-
), f"Unexpected IPv6 range value: {ipv6_range}"
321318

322319

323320
def test_fails_to_create_vpc_with_invalid_ipv6_range():

0 commit comments

Comments
 (0)