From a6e458d639eb13fd531cbbbac7e9f5ee5d775ff1 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Mon, 20 Nov 2023 10:58:32 +0100 Subject: [PATCH] pep8 --- test/test_juniper_data_global.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_juniper_data_global.py b/test/test_juniper_data_global.py index 58010686..a1ffe75b 100644 --- a/test/test_juniper_data_global.py +++ b/test/test_juniper_data_global.py @@ -92,6 +92,7 @@ def test_asn_to_int_functionality(): asn_to_int('66512.2') asn_to_int('Test') + def test_DBOARD3_833(): """Test that the bundle inactive attribute is handled correctly. @@ -119,5 +120,3 @@ def test_DBOARD3_833(): # additional sanity check: parent bundle should be empty or exactly one for ifc in interfaces.values(): assert len(ifc['bundle']) in (0, 1) - - -- GitLab