Skip to content

Commit

Permalink
Fix format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianczech committed Jan 9, 2024
1 parent 7e437ba commit 80c81ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/live/test_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 80c81ac

Please sign in to comment.