From 2bf118962f6fc7ce53258bf9926281412d8bda64 Mon Sep 17 00:00:00 2001 From: Pat Ruddy Date: Mon, 15 Mar 2021 14:46:18 +0000 Subject: [PATCH] tests: fix formatting error to make black clean Signed-off-by: Pat Ruddy --- tests/topotests/bgp-snmp-mplsl3vpn/test_bgp_snmp_mplsvpn.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/topotests/bgp-snmp-mplsl3vpn/test_bgp_snmp_mplsvpn.py b/tests/topotests/bgp-snmp-mplsl3vpn/test_bgp_snmp_mplsvpn.py index 89f5554d41..d0d1e57ecf 100755 --- a/tests/topotests/bgp-snmp-mplsl3vpn/test_bgp_snmp_mplsvpn.py +++ b/tests/topotests/bgp-snmp-mplsl3vpn/test_bgp_snmp_mplsvpn.py @@ -505,10 +505,8 @@ def test_r1_mplsvpn_VrfTable(): associated_int = r1_snmp.get( "mplsL3VpnVrfAssociatedInterfaces.{}".format(snmp_str_to_oid("VRF-a")) ) - assertmsg = ( - "mplsL3VpnVrfAssociatedInterfaces incorrect should be 3 value {}".format( - associated_int - ) + assertmsg = "mplsL3VpnVrfAssociatedInterfaces incorrect should be 3 value {}".format( + associated_int ) assert associated_int == "3", assertmsg -- 2.39.5