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 +]