Skip to content

Commit 527ba0e

Browse files
committed
Enhance Remove-SqlDscRSEncryptionKey test to include encrypted information during removal
1 parent 60532e2 commit 527ba0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Integration/Commands/Remove-SqlDscRSEncryptionKey.Integration.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Describe 'Remove-SqlDscRSEncryptionKey' {
4444
}
4545

4646
It 'Should remove the encryption key' {
47-
$null = $script:configuration | Remove-SqlDscRSEncryptionKey -Force -ErrorAction 'Stop'
47+
$null = $script:configuration | Remove-SqlDscRSEncryptionKey -Force -IncludeEncryptedInformation -ErrorAction 'Stop'
4848
}
4949
}
5050

0 commit comments

Comments
 (0)