Skip to content

Commit 94e725f

Browse files
committed
same error everywhere
1 parent d6f2b44 commit 94e725f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/functional/fixtures.ps1

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,7 @@ create table $logTable (
117117
'DROP DATABASE IF EXISTS {0}' -f $newDbName
118118
)
119119
$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-
}
120+
$timeoutError = '*Exception while reading from stream*'
124121
$defaultSchema = 'public'
125122
$connectionString = "Host=$instance;Database=$newDbName;Username=$($credential.UserName);Password=$($credential.GetNetworkCredential().Password)"
126123
$varQuery = "SELECT '#{var1}'; SELECT '#{var2}'"

0 commit comments

Comments
 (0)