diff options
Diffstat (limited to 'internal/command/twofactorverify/twofactorverify_test.go')
-rw-r--r-- | internal/command/twofactorverify/twofactorverify_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/command/twofactorverify/twofactorverify_test.go b/internal/command/twofactorverify/twofactorverify_test.go index 08eb380..9d5f54d 100644 --- a/internal/command/twofactorverify/twofactorverify_test.go +++ b/internal/command/twofactorverify/twofactorverify_test.go @@ -74,7 +74,7 @@ func TestExecute(t *testing.T) { arguments: &commandargs.Shell{GitlabKeyId: "1"}, answer: "123456\n", expectedOutput: question + - "OTP validation successful. Git operations are allowed for the next 15 minutes.\n", + "OTP validation successful. Git operations are now allowed.\n", }, { desc: "With bad response", |