fix: session_challenge test py file path

This commit is contained in:
Mahesh Bansod 2021-10-23 01:58:28 +05:30
parent deecab0321
commit cf818dd914
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
target/
*.test
*.test
*.session

View File

@ -92,7 +92,7 @@ mod tests {
answer_challenge(private_hash.clone(), established.challenge.clone());
let output = Command::new("python3")
.arg("test-hotp.py")
.arg("src/session/test-hotp.py")
.arg(&private_hash)
.arg(&established.challenge)
.output()