Skip to content
Snippets Groups Projects
Commit c72d54e0 authored by JORGE SASIAIN's avatar JORGE SASIAIN
Browse files

NAT-244: correct test name

parent 5354703a
No related branches found
No related tags found
1 merge request!88Feature/nat 244 lag deletion
Pipeline #84310 passed
...@@ -40,7 +40,7 @@ class MockedNetboxClient: ...@@ -40,7 +40,7 @@ class MockedNetboxClient:
@patch("gso.services.netbox_client.NetboxClient.get_interface_by_name_and_by_device_id") @patch("gso.services.netbox_client.NetboxClient.get_interface_by_name_and_by_device_id")
@patch("gso.services.netbox_client.NetboxClient.delete_interface") @patch("gso.services.netbox_client.NetboxClient.delete_interface")
@patch("gso.services.netbox_client.NetboxClient.free_interface") @patch("gso.services.netbox_client.NetboxClient.free_interface")
def test_iptrunk_modify_isis_metric_success( def test_successful_iptrunk_termination(
mocked_free_interface, mocked_free_interface,
mocked_delete_interface, mocked_delete_interface,
mocked_get_interface_by_name_and_by_device_id, mocked_get_interface_by_name_and_by_device_id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment