Skip to content

Commit

Permalink
Update tests/units/anta_tests/routing/test_generic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-baillargeon authored Feb 6, 2025
1 parent a3bd5d5 commit da7c21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/units/anta_tests/routing/test_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit da7c21d

Please sign in to comment.