diff options
Diffstat (limited to 'actions/recovery_test.go')
| -rw-r--r-- | actions/recovery_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/recovery_test.go b/actions/recovery_test.go index 4332972..5abd0a9 100644 --- a/actions/recovery_test.go +++ b/actions/recovery_test.go @@ -67,7 +67,8 @@ func TestRecoveryPassphrase(t *testing.T) { } // Test writing the recovery instructions. - if err = WriteRecoveryInstructions(passphrase, recoveryFile); err != nil { + if err = WriteRecoveryInstructions(passphrase, recoveryProtector, policy, + recoveryFile); err != nil { t.Fatal(err) } contentsBytes, err := ioutil.ReadFile(recoveryFile) |