Skip to content

Commit

Permalink
remove space from parameter value
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidoran committed Dec 14, 2023
1 parent 57d3fad commit 02bcd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/DSC_SqlAG.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ Describe 'SqlAG\Set-TargetResource' {
ConnectionModeInPrimaryRole = 'AllowAllConnections'
ConnectionModeInSecondaryRole = 'AllowNoConnections'
EndpointHostName = 'Server1'
FailureConditionLevel = 'OnServerUnresponsive '
FailureConditionLevel = 'OnServerUnresponsive'
FailoverMode = 'Manual'
SeedingMode = 'Manual'
}
Expand Down

0 comments on commit 02bcd59

Please sign in to comment.