Skip to content

Commit

Permalink
Fixed bandit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
horiagunica committed Dec 18, 2023
1 parent d1cb3e4 commit 90c542c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_firewall_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,7 @@ def test_get_fib_routes(self, fw_proxy_mock):
<interface>loopback.10</interface>
<nh_type>3</nh_type>
<flags>uh</flags>
<nexthop>0.0.0.0</nexthop>
<nexthop>1.2.3.4</nexthop>
<mtu>1500</mtu>
</entry>
</entries>
Expand Down Expand Up @@ -1742,7 +1742,7 @@ def test_get_fib_routes(self, fw_proxy_mock):
"Interface": "loopback.10",
"Next Hop Type": "3",
"Flags": "uh",
"Next Hop": "0.0.0.0",
"Next Hop": "1.2.3.4",
"MTU": "1500",
},
}
Expand Down

0 comments on commit 90c542c

Please sign in to comment.