diff --git a/tests/units/anta_tests/routing/test_generic.py b/tests/units/anta_tests/routing/test_generic.py index cd8585437..57ad584a6 100644 --- a/tests/units/anta_tests/routing/test_generic.py +++ b/tests/units/anta_tests/routing/test_generic.py @@ -68,7 +68,7 @@ }, ], "inputs": {"minimum": 42, "maximum": 666}, - "expected": {"result": "failure", "messages": ["Routing table contains 1000 routes, outside the range of 42 to 666"]}, + "expected": {"result": "failure", "messages": ["Routing table has 1000 routes, outside the range of 42 to 666"]}, }, { "name": "success",