From 698ae45a780bcc83d8dadc18aadfb049ec7c127c Mon Sep 17 00:00:00 2001 From: Tad Fisher Date: Sun, 19 Mar 2017 20:58:45 -0700 Subject: Fix HOTP URI parsing --- test/insert.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/insert.t') 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 -- cgit v1.2.3