Skip to content

Commit

Permalink
Updated tests to get around lack of 'any' query support.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Dec 13, 2023
1 parent d56f6ee commit efde1ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/rucksack_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,9 @@ header "Show password history"
--db "$DB_FILE" \
--db-pass 1234 \
--user sully \
--url "https://boo.fans.co.uk"
--url "https://boo.fans.co.uk" \
--category default \
--type password

header "Show password history (revealed)"

Expand All @@ -460,6 +462,8 @@ header "Show password history (revealed)"
--db-pass 1234 \
--user sully \
--url "https://boo.fans.co.uk" \
--category default \
--type password \
--reveal


Expand Down

0 comments on commit efde1ab

Please sign in to comment.