Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen committed Jul 18, 2024
1 parent 09a6795 commit 0b6f1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression-test/suites/load_p0/tvf/test_s3_tvf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ suite("test_s3_tvf", "load_p0") {
FROM S3 (
"s3.access_key" = "$ak",
"s3.secret_key" = "$sk",
"s3.region" = "{$s3Region}",
"s3.region" = "${s3Region}",
${prop}
) ${attribute.whereClause}
${attribute.orderByClause}
Expand Down

0 comments on commit 0b6f1d3

Please sign in to comment.