We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09359d7 commit 11f0d51Copy full SHA for 11f0d51
age/keysource_test.go
@@ -303,7 +303,7 @@ func TestMasterKey_Decrypt(t *testing.T) {
303
304
got, err := key.Decrypt()
305
assert.Error(t, err)
306
- assert.ErrorContains(t, err, "no identity matched any of the recipients")
+ assert.ErrorContains(t, err, "incorrect identity for recipient block")
307
assert.Nil(t, got)
308
})
309
0 commit comments