From 7529a1ddb1ff01583b89c47757683cf9041bd3c2 Mon Sep 17 00:00:00 2001 From: VitthalMagadum Date: Sun, 22 Sep 2024 12:23:10 -0400 Subject: [PATCH] CI fixes after conflicts removal --- tests/units/anta_tests/routing/test_bgp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/units/anta_tests/routing/test_bgp.py b/tests/units/anta_tests/routing/test_bgp.py index 8414c3811..63a622262 100644 --- a/tests/units/anta_tests/routing/test_bgp.py +++ b/tests/units/anta_tests/routing/test_bgp.py @@ -14,6 +14,7 @@ VerifyBGPPeerASNCap, VerifyBGPPeerCount, VerifyBGPPeerDropStats, + VerifyBGPPeerGroup, VerifyBGPPeerMD5Auth, VerifyBGPPeerMPCaps, VerifyBGPPeerRouteLimit, @@ -24,7 +25,6 @@ VerifyBGPSpecificPeers, VerifyBGPTimers, VerifyEVPNType2Route, - VerifyBGPPeerGroup, ) from tests.units.anta_tests import test @@ -5126,4 +5126,4 @@ ], }, }, -] \ No newline at end of file +]