Skip to content

Commit 1d8be88

Browse files
committed
Remove unused mockComputerName variable from Get-SqlDscLogin integration tests
1 parent 26e6f7e commit 1d8be88

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/Integration/Commands/Get-SqlDscLogin.Integration.Tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Describe 'Get-SqlDscLogin' -Tag @('Integration_SQL2016', 'Integration_SQL2017',
3535
Start-Service -Name 'MSSQL$DSCSQLTEST' -Verbose -ErrorAction 'Stop'
3636

3737
$script:mockInstanceName = 'DSCSQLTEST'
38-
$script:mockComputerName = Get-ComputerName
3938

4039
$mockSqlAdministratorUserName = 'SqlAdmin' # Using computer name as NetBIOS name throw exception.
4140
$mockSqlAdministratorPassword = ConvertTo-SecureString -String 'P@ssw0rd1' -AsPlainText -Force

0 commit comments

Comments
 (0)