From 98ad244e55f9a3e434d40a2c067c2a931b6a934f Mon Sep 17 00:00:00 2001 From: Carl Baillargeon Date: Tue, 14 Jan 2025 10:58:29 -0500 Subject: [PATCH] Minor fixes --- anta/tests/routing/bgp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anta/tests/routing/bgp.py b/anta/tests/routing/bgp.py index 4aca07124..89ad386ac 100644 --- a/anta/tests/routing/bgp.py +++ b/anta/tests/routing/bgp.py @@ -1372,7 +1372,7 @@ class Input(AntaTest.Input): """Input model for the VerifyBGPPeerGroup test.""" bgp_peers: list[BgpPeer] - """List of BGP peers.""" + """List of BGP IPv4 peers.""" @field_validator("bgp_peers") @classmethod