From 6ba7be1be5a3b607cddb0b00799b50bc7f65812e Mon Sep 17 00:00:00 2001
From: Erik Reid <erik.reid@geant.org>
Date: Mon, 2 Aug 2021 19:21:05 +0200
Subject: [PATCH] pep8

---
 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 70cbac1c..8774542b 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):
-- 
GitLab