test(notify): cover option 84 in menu wiring parametrize

This commit is contained in:
Justin Bollinger
2026-04-22 18:15:09 -04:00
parent b017b15cb6
commit 757cd54a88

View File

@@ -33,6 +33,7 @@ MENU_OPTION_TEST_CASES = [
("80", CLI_MODULE._attacks, "wordlist_tools_submenu", "wordlist-tools"),
("81", CLI_MODULE._attacks, "rule_tools_submenu", "rule-tools"),
("83", CLI_MODULE, "toggle_notifications", "toggle-notifications"),
("84", CLI_MODULE, "test_pushover_notification", "test-pushover"),
("90", CLI_MODULE, "download_hashmob_rules", "hashmob-rules"),
("91", CLI_MODULE, "weakpass_wordlist_menu", "weakpass-menu"),
("92", CLI_MODULE, "download_hashmob_wordlists", "hashmob-wordlists"),