From 4b0c599b9ce28d00fbcd27447d1bc09cccbdfd5a Mon Sep 17 00:00:00 2001 From: Samuel Roberts <sam.roberts@geant.org> Date: Wed, 16 Feb 2022 14:11:40 +0000 Subject: [PATCH] fix test to reflect revert to get_customer_name behaviour for COPERNICUS --- test/test_general_poller_routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_general_poller_routes.py b/test/test_general_poller_routes.py index 59b80653..cda06e6b 100644 --- a/test/test_general_poller_routes.py +++ b/test/test_general_poller_routes.py @@ -384,7 +384,7 @@ def test_interface_dashboard_mapping(description, expected_dashboards): ({ 'description': 'SRV_L3VPN RE_INTERCONNECT REDCLARA #REDCLARA-MAD-COPERNICUS | ASN27750', # noqa: E501 'dashboards': ['COPERNICUS'] - }, {'name': 'COPERNICUS', 'interface_type': 'LOGICAL'}), + }, {'name': 'REDCLARA', 'interface_type': 'LOGICAL'}), ]) def test_description_dashboard_parsing(interface, dashboard_info): -- GitLab