Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test/lib
diff options
context:
space:
mode:
authorDarcy Clarke <darcy@darcyclarke.me>2021-12-02 18:19:46 +0300
committerDarcy Clarke <darcyclarke@github.com>2021-12-02 20:06:22 +0300
commit47828b766a4a7b50c1245c8f01b99ffbeffd014f (patch)
treea122429e29f4e633683e37d1fbbd108f9fc5002f /test/lib
parent6734ba36dd6e07a859ab4d6eb4f264d2c0022276 (diff)
chore: update one-time password prompt
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/commands/profile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/commands/profile.js b/test/lib/commands/profile.js
index 0f16c1db1..3d55a37dd 100644
--- a/test/lib/commands/profile.js
+++ b/test/lib/commands/profile.js
@@ -689,7 +689,7 @@ t.test('enable-2fa', t => {
async otp (label) {
t.equal(
label,
- 'Enter one-time password from your authenticator app: ',
+ 'Enter one-time password: ',
'should ask for otp confirmation'
)
return '123456'
@@ -1044,7 +1044,7 @@ t.test('disable-2fa', t => {
async otp (label) {
t.equal(
label,
- 'Enter one-time password from your authenticator app: ',
+ 'Enter one-time password: ',
'should ask for otp confirmation'
)
return '1234'