Skip to content

Commit 8bc92fb

Browse files
author
James Cor
committed
check for spaces
1 parent e355b83 commit 8bc92fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/bats/sql-server.bats

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ user_session_vars:
209209
[[ "$output" =~ /Users/user1/.aws/config.*lddev ]] || false
210210

211211
run dolt --host=127.0.0.1 --port=$PORT --no-tls --user=user2 --password=pass2 sql -q "SELECT @@aws_credentials_file, @@aws_credentials_profile;"
212-
[[ "$output" =~ NULL.*NULL ]] || false
212+
[[ "$output" =~ " " ]] || false
213213

214214
run dolt --host=127.0.0.1 --port=$PORT --no-tls --user=user2 --password=pass2 sql -q "SET @@aws_credentials_file='/Users/should_fail';"
215215
[[ "$output" =~ "Variable 'aws_credentials_file' is a read only variable" ]] || false

0 commit comments

Comments
 (0)