Skip to content

Commit 8cbd83e

Browse files
committed
Fix for test
1 parent 86b4c29 commit 8cbd83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sql/secret/secret_aws_requester_pays.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ statement ok
3535
CREATE SECRET s1 (
3636
TYPE AWS,
3737
KEY_ID '${AWS_ACCESS_KEY_ID}',
38-
SECRET '${AWS_SECRET_ACCESS_KEY}'
38+
SECRET '${AWS_SECRET_ACCESS_KEY}',
3939
REQUESTER_PAYS true
4040
)
4141

0 commit comments

Comments
 (0)