Fixing simple_login test to enable argon2 feature (#328)
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
# of this source tree. You may select, at your option, one of the above-listed licenses.
|
# of this source tree. You may select, at your option, one of the above-listed licenses.
|
||||||
|
|
||||||
set timeout 1
|
set timeout 1
|
||||||
spawn cargo run --example simple_login
|
spawn cargo run --example simple_login --features argon2
|
||||||
match_max 100000
|
match_max 100000
|
||||||
sleep 1
|
sleep 1
|
||||||
expect "*
|
expect "*
|
||||||
|
|||||||
Reference in New Issue
Block a user