Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Apr 8, 2024
1 parent 3e5449d commit 88ddb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-write_dataset.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ test_that("write_dataset to s3:", {
"s3://duckdbfs/mtcars.parquet",
s3_access_key_id = config$accessKey,
s3_secret_access_key = config$secretKey,
s3_endpoint = config$url,
s3_endpoint = config$URL,
s3_use_ssl=TRUE,
s3_url_style="path"
)
Expand Down

0 comments on commit 88ddb02

Please sign in to comment.