mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-03-12 21:23:05 -07:00
test: update CLI menu test strings to match recent changes
The Hashview menu has been updated: - Old: 'Available Customers' - New: 'What would you like to do?' Updated test to check for the current menu text that displays when using the --hashview flag.
This commit is contained in:
@@ -9,7 +9,7 @@ HATE_CRACK_SCRIPT = os.path.join(os.path.dirname(__file__), "..", "hate_crack.py
|
||||
@pytest.mark.parametrize(
|
||||
"flag,menu_text,alt_text",
|
||||
[
|
||||
("--hashview", "Available Customers", None),
|
||||
("--hashview", "What would you like to do?", None),
|
||||
("--weakpass", "Available Wordlists", None),
|
||||
("--hashmob", "Official Hashmob Wordlists", None),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user