From 60c7ec59eb66b394154d0b902fb9f794c8ac334e Mon Sep 17 00:00:00 2001 From: Sam Roberts <sam.roberts@geant.org> Date: Wed, 4 Sep 2024 14:10:44 +0100 Subject: [PATCH] fix some errant autoformat casualties --- test/test_update.py | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/test/test_update.py b/test/test_update.py index ce93afc..6f33c91 100644 --- a/test/test_update.py +++ b/test/test_update.py @@ -11,8 +11,7 @@ TEST_INTERFACES = [ "name": "ge-0/0/8", "bundle": [], "bundle-parents": [], - "description": "PHY CUSTOMER GEANT CORPORATE SRF000001 | GEANT Corporate to MX1.LON - Via Vodafone", - # noqa: E501 + "description": "PHY CUSTOMER GEANT CORPORATE SRF000001 | GEANT Corporate to MX1.LON - Via Vodafone", # noqa: E501 "circuits": [ { "id": 679232, @@ -564,11 +563,10 @@ NREN_INTERFACES = [ "dashboards_info": [{ "name": "GEANT", "interface_type": "LOGICAL" - }, - { - "name": "HEANET", - "interface_type": "LOGICAL" - }], + }, { + "name": "HEANET", + "interface_type": "LOGICAL" + }], "ipv4": [], "ipv6": [] } -- GitLab