Skip to content

Commit 1a58174

Browse files
Milan FencikMilan Fencik
authored andcommitted
fix trunk nautobot args in tests
1 parent d015423 commit 1a58174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/neutron-understack/neutron_understack/tests/test_trunk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def test_when_parent_port_is_bound(
223223
understack_trunk_driver._clean_parent_port_switchport_config(trunk, [subport])
224224

225225
understack_trunk_driver.nb.remove_port_network_associations.assert_called_once_with(
226-
interface_uuid=str(port_id), network_ids_to_remove={network_id}
226+
interface_uuid=str(port_id), vlan_ids_to_remove={network_id}
227227
)
228228
understack_trunk_driver.undersync.sync_devices.assert_called_once_with(
229229
vlan_group="physnet",

0 commit comments

Comments
 (0)