Skip to content

Commit 022b7e6

Browse files
committed
fix bug
1 parent 87a3349 commit 022b7e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dockers/docker-dhcp-server/cli-plugin-tests/test_show_dhcp_server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,9 @@ def test_show_dhcp_server_ipv4_range_single_ip(self, mock_db):
113113
def test_show_dhcp_server_ipv4_info_without_intf(self, mock_db):
114114
expected_stdout = """\
115115
Interface Mode Gateway Netmask Lease Time(s) State
116-
----------- ------ --------- ------------- --------------- -------
116+
----------- ------ --------- ------------- --------------- --------
117117
Vlan100 PORT 100.1.1.1 255.255.255.0 3600 enabled
118+
Vlan300 PORT 100.1.1.1 255.255.255.0 3600 disabled
118119
"""
119120
runner = CliRunner()
120121
db = clicommon.Db()

0 commit comments

Comments
 (0)