aboutsummaryrefslogtreecommitdiff
path: root/test/insert.t
diff options
context:
space:
mode:
authorTad Fisher <tad@simple.com>2017-03-19 20:58:45 -0700
committerTad Fisher <tad@simple.com>2017-03-19 20:58:45 -0700
commit698ae45a780bcc83d8dadc18aadfb049ec7c127c (patch)
tree146beb2690007dd35aef6cf2e70eaf7bee59c96f /test/insert.t
parentd29b61248c87ab29283eb4ccbd037869f0b4df28 (diff)
Fix HOTP URI parsing
Diffstat (limited to 'test/insert.t')
-rwxr-xr-xtest/insert.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/insert.t b/test/insert.t
index eb04898..228a8ec 100755
--- a/test/insert.t
+++ b/test/insert.t
@@ -67,7 +67,7 @@ test_expect_success 'Commits insert to git' '
test_pass_init &&
pass git init &&
"$PASS" otp insert totp -s AAAAAAAAAAAAAAAAAAAAA passfile &&
- git log --no-decorate -1 | grep "Add given OTP secret for passfile to store."
+ git log --no-decorate -1 | grep "Add OTP secret for passfile to store."
'
test_done