Skip to content

Commit b78ad9b

Browse files
authored
fixing UT
1 parent af07b21 commit b78ad9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sonic-config-engine/tests/test_cfggen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ def test_minigraph_bgp_packet_chassis_peer(self):
10571057
)
10581058

10591059
def test_minigraph_bgp_packet_chassis_static_route(self):
1060-
argument = ['-m', self.packet_chassis_graph0, '-p', self.packet_chassis_port_ini, '-v', "STATIC_ROUTE"]
1060+
argument = ['-m', self.packet_chassis_graph0, '-v', "STATIC_ROUTE"]
10611061
output = self.run_script(argument)
10621062
self.assertEqual(
10631063
utils.to_dict(output.strip()),

0 commit comments

Comments
 (0)