We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f2b44 commit 94e725fCopy full SHA for 94e725f
1 file changed
tests/functional/fixtures.ps1
@@ -117,10 +117,7 @@ create table $logTable (
117
'DROP DATABASE IF EXISTS {0}' -f $newDbName
118
)
119
$createDatabaseScript = 'CREATE DATABASE {0}' -f $newDbName
120
- $timeoutError = switch ($isWindows) {
121
- $false { "*Unable to read data from the transport connection*" }
122
- default { '*Exception while reading from stream*' }
123
- }
+ $timeoutError = '*Exception while reading from stream*'
124
$defaultSchema = 'public'
125
$connectionString = "Host=$instance;Database=$newDbName;Username=$($credential.UserName);Password=$($credential.GetNetworkCredential().Password)"
126
$varQuery = "SELECT '#{var1}'; SELECT '#{var2}'"
0 commit comments