Skip to content

Commit b3a0a7c

Browse files
committed
revert change
1 parent 05d0b48 commit b3a0a7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

private/testing/Get-TestConfig.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function Get-TestConfig {
5656
$config['InstanceCopy1'] = "$(hostname)\sql2016"
5757
$config['InstanceCopy2'] = "$(hostname)\sql2017"
5858
$config['InstanceHadr'] = "$(hostname)\sql2017"
59-
$config['InstanceRestart'] = "$(hostname)\sql2016"
59+
$config['InstanceRestart'] = "$(hostname)\sql2017"
6060

6161
$config['SQLUserName'] = $null # placeholders for -SqlCredential testing
6262
$config['SQLPassword'] = $null

0 commit comments

Comments
 (0)