diff --git a/test/test_general_poller_routes.py b/test/test_general_poller_routes.py
index 70cbac1c71234018a256cd3c0d8f20f94158a23f..8774542b32677408d5b039cf03d8fd71cf9be39a 100644
--- a/test/test_general_poller_routes.py
+++ b/test/test_general_poller_routes.py
@@ -220,7 +220,7 @@ def test_fw_counter_bytes_oid_values(customer, interface_name, expected_oid):
 @pytest.mark.parametrize('description,expected_dashboards', [
     ('SRV_IAS CUSTOMER JISC #JISC-AP1-IAS IASPS | ASN786',
      ['IAS_CUSTOMER']),
-    ('SRV_L2CIRCUIT CUSTOMER JISC JISC #DUB-LON-NRENBBEXT-JANET-13015 | backup for niran ',
+    ('SRV_L2CIRCUIT CUSTOMER JISC JISC #DUB-LON-NRENBBEXT-JANET-13015 | backup for niran ',  # noqa: E501
      ['L2_CIRCUIT'])
 ])
 def test_interface_dashboard_mapping(description, expected_dashboards):