@@ -301,7 +301,7 @@ def test_nb_with_backend_only(test_linode_client, create_vpc_with_subnet):
301301
302302 assert nb_vpc .purpose == 'backend'
303303
304- # TODO: There is no API implementation yet for /backend_vpcs and /frontend_vpcs
304+ # TODO: Uncomment when API implementation of /backend_vpcs and /frontend_vpcs endpoints is finished
305305 # nb_backend_vpcs = nb_get.backend_vpcs()
306306 # assert len(nb_backend_vpcs) == 1
307307 # assert nb_backend_vpcs[0].purpose == 'backend'
@@ -330,7 +330,7 @@ def test_nb_with_frontend_ipv4_only_in_single_stack_vpc(test_linode_client, crea
330330 assert nb .frontend_address_type == 'vpc'
331331 assert nb .frontend_vpc_subnet_id == subnet
332332
333- # TODO: There is no API implementation yet for /backend_vpcs and /frontend_vpcs
333+ # TODO: Uncomment when API implementation of /backend_vpcs and /frontend_vpcs endpoints is finished
334334 # nb_frontend_vpcs = nb_get.frontend_vpcs()
335335 # assert len(nb_frontend_vpcs) == 1
336336 # assert nb_frontend_vpcs[0].purpose == 'frontend'
@@ -453,7 +453,7 @@ def test_nb_with_frontend_and_backend_in_different_vpcs(test_linode_client, crea
453453 assert nb_vpcs [0 ].purpose == 'frontend'
454454 assert nb_vpcs [1 ].purpose == 'backend'
455455
456- # TODO: There is no API implementation yet for /backend_vpcs and /frontend_vpcs
456+ # TODO: Uncomment when API implementation of /backend_vpcs and /frontend_vpcs endpoints is finished
457457 # nb_backend_vpcs = nb_get.backend_vpcs()
458458 # assert len(nb_backend_vpcs) == 1
459459 # assert nb_backend_vpcs[0].purpose == 'backend'
0 commit comments