diff options
Diffstat (limited to 'tests/login.rs')
| -rw-r--r-- | tests/login.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/login.rs b/tests/login.rs index 351d099..371a7e7 100644 --- a/tests/login.rs +++ b/tests/login.rs | |||
| @@ -956,7 +956,7 @@ mod with_offline_flag { | |||
| 956 | p.expect(format!("login as {}\r\n", TEST_KEY_1_NPUB).as_str())? | 956 | p.expect(format!("login as {}\r\n", TEST_KEY_1_NPUB).as_str())? |
| 957 | .expect_password(EXPECTED_PASSWORD_PROMPT)? | 957 | .expect_password(EXPECTED_PASSWORD_PROMPT)? |
| 958 | .succeeds_with(TEST_INVALID_PASSWORD)?; | 958 | .succeeds_with(TEST_INVALID_PASSWORD)?; |
| 959 | p.expect_end_with(format!("Error: failed to log in as {}\r\n\r\nCaused by:\r\n 0: failed to decrypt key with provided password\r\n 1: failed to decrypt\r\n", TEST_KEY_1_NPUB).as_str()) | 959 | p.expect_end_with(format!("Error: failed to log in as {}\r\n\r\nCaused by:\r\n 0: failed to decrypt key with provided password\r\n 1: ChaCha20Poly1305: aead::Error\r\n", TEST_KEY_1_NPUB).as_str()) |
| 960 | }) | 960 | }) |
| 961 | } | 961 | } |
| 962 | } | 962 | } |