From 746166430da1acd39b9d6b5505069f306a3c83af Mon Sep 17 00:00:00 2001 From: Thomas Grimonet Date: Fri, 13 Dec 2024 18:33:18 +0100 Subject: [PATCH] fix: Code linting from pre-commit --- docs/cli/tag-management.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/cli/tag-management.md b/docs/cli/tag-management.md index ee45e4b88..6add7e119 100644 --- a/docs/cli/tag-management.md +++ b/docs/cli/tag-management.md @@ -92,10 +92,11 @@ anta.tests.interfaces: tags: ['spine'] ``` +> [!TIP] > A tag used to filter a test can also be a device name -> [!TIP] -> **Use different input values for a specific test** +> [!NOTE] +> __Use different input values for a specific test__ > > Leverage tags to define different input values for a specific test. See the `VerifyUptime` example above.