File tree Expand file tree Collapse file tree
test/integration/models/linode/interfaces Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -421,7 +421,6 @@ def test_linode_interfaces_with_reserved_ips(
421421 assert len (linode_ips ) == 1
422422 assert linode_ips [0 ].address == reserved_ip .address
423423 assert linode_ips [0 ].reserved == True
424- # assert linode_ips[0].tags == ["test"] # TODO Does not work at the moment - during clarifications with API Team
425424 assert linode_ips [0 ].linode_id == linode .id
426425 assert linode_ips [0 ].assigned_entity .id == linode .id
427426 assert linode_ips [0 ].assigned_entity .type == "linode"
@@ -436,6 +435,5 @@ def test_linode_interfaces_with_reserved_ips(
436435 )
437436 assert len (reserved_ips_list ) == 1
438437 assert reserved_ips_list [0 ].reserved == True
439- # assert linode_ips[0].tags == ["test"] # TODO Does not work at the moment - during clarifications with API Team
440438 assert reserved_ips_list [0 ].linode_id is None
441439 assert reserved_ips_list [0 ].assigned_entity is None
You can’t perform that action at this time.
0 commit comments