Skip to content

Commit 6e9741b

Browse files
committed
Remove unused mockComputerName variable from Restore-SqlDscDatabase tests
1 parent 747e0ba commit 6e9741b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Integration/Commands/Restore-SqlDscDatabase.Integration.Tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ BeforeAll {
3232
Describe 'Restore-SqlDscDatabase' -Tag @('Integration_SQL2017', 'Integration_SQL2019', 'Integration_SQL2022') {
3333
BeforeAll {
3434
$script:mockInstanceName = 'DSCSQLTEST'
35-
$script:mockComputerName = Get-ComputerName
3635

3736
$mockSqlAdministratorUserName = 'SqlAdmin'
3837
$mockSqlAdministratorPassword = ConvertTo-SecureString -String 'P@ssw0rd1' -AsPlainText -Force

0 commit comments

Comments
 (0)