Skip to content
Snippets Groups Projects
Commit ec17726c authored by JORGE SASIAIN's avatar JORGE SASIAIN Committed by Neda Moeini
Browse files

NAT-244: correct test name

parent 047f4f44
No related branches found
No related tags found
1 merge request!94Feature/Netbox integration terminate ip trunk
......@@ -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.delete_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_delete_interface,
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.
Finish editing this message first!
Please register or to comment