diff --git a/tests/live/test_network.py b/tests/live/test_network.py index 0b278f84..2fdba57d 100644 --- a/tests/live/test_network.py +++ b/tests/live/test_network.py @@ -2352,9 +2352,7 @@ def update_state_obj(self, fw, state): class TestAreRoutingProfileFilterAccessListIpv6(MakeLogicalRouter): def setup_state_obj(self, fw, state): state.filter_access_list_entry_ipv6 = network.RoutingProfileFilterAccessListEntryIpv6( - 1, - action="permit", - source_address_type="any", + 1, action="permit", source_address_type="any", ) state.obj = network.RoutingProfileFilterAccessList( testlib.random_name(), description="access list IPv6", type="ipv6",