summaryrefslogtreecommitdiff
path: root/internal/command/twofactorverify/twofactorverify_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/command/twofactorverify/twofactorverify_test.go')
-rw-r--r--internal/command/twofactorverify/twofactorverify_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/command/twofactorverify/twofactorverify_test.go b/internal/command/twofactorverify/twofactorverify_test.go
index 640d3ed..213c025 100644
--- a/internal/command/twofactorverify/twofactorverify_test.go
+++ b/internal/command/twofactorverify/twofactorverify_test.go
@@ -136,7 +136,7 @@ func TestExecute(t *testing.T) {
{
desc: "With API fails",
arguments: &commandargs.Shell{GitlabKeyId: "broken"},
- expectedOutput: errorHeader + "Internal API error (500)\n",
+ expectedOutput: errorHeader + "Internal API unreachable\n",
},
{
desc: "With missing arguments",