From 80c81acd648acd3d0ee13947cd6c80e6c746d40f Mon Sep 17 00:00:00 2001 From: Sebastian Czech Date: Tue, 9 Jan 2024 13:59:38 +0100 Subject: [PATCH] Fix format issues --- tests/live/test_network.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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",