From 6dab5c69de800822d3e36c0192d6248292cdc803 Mon Sep 17 00:00:00 2001 From: Carl Baillargeon Date: Wed, 14 Aug 2024 16:55:47 -0400 Subject: [PATCH] Revert changes to Not Found to follow the other test --- 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 fa5d7d874..1b9797b96 100644 --- a/anta/tests/routing/bgp.py +++ b/anta/tests/routing/bgp.py @@ -1237,7 +1237,7 @@ class VerifyBGPPeerDropStats(AntaTest): Expected Results ---------------- * Success: The test will pass if the BGP peer's drop statistic(s) are zero. - * Failure: The test will fail if the BGP peer's drop statistic(s) are non-zero/not found or peer is not configured. + * Failure: The test will fail if the BGP peer's drop statistic(s) are non-zero/Not Found or peer is not configured. Examples --------