diff options
Diffstat (limited to '')
-rw-r--r-- | anta/tests/lanz.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/anta/tests/lanz.py b/anta/tests/lanz.py index dcdab69..0995af7 100644 --- a/anta/tests/lanz.py +++ b/anta/tests/lanz.py @@ -30,7 +30,6 @@ class VerifyLANZ(AntaTest): ``` """ - name = "VerifyLANZ" description = "Verifies if LANZ is enabled." categories: ClassVar[list[str]] = ["lanz"] commands: ClassVar[list[AntaCommand | AntaTemplate]] = [AntaCommand(command="show queue-monitor length status", revision=1)] |