summaryrefslogtreecommitdiff
path: root/go/internal/command/twofactorrecover/twofactorrecover_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/internal/command/twofactorrecover/twofactorrecover_test.go')
-rw-r--r--go/internal/command/twofactorrecover/twofactorrecover_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/internal/command/twofactorrecover/twofactorrecover_test.go b/go/internal/command/twofactorrecover/twofactorrecover_test.go
index a005af9..908ee13 100644
--- a/go/internal/command/twofactorrecover/twofactorrecover_test.go
+++ b/go/internal/command/twofactorrecover/twofactorrecover_test.go
@@ -108,7 +108,7 @@ func TestExecute(t *testing.T) {
desc: "With missing arguments",
arguments: &commandargs.CommandArgs{},
answer: "yes\n",
- expectedOutput: question + errorHeader + "Failed to get key id\n",
+ expectedOutput: question + errorHeader + "who='' is invalid\n",
},
{
desc: "With negative answer",