Skip to content

Commit

Permalink
Fix failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Jun 10, 2024
1 parent 4317a48 commit 924285a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/unit-capi-config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,11 @@ void check_save_to_file() {
ss << "vfs.s3.proxy_port 0\n";
ss << "vfs.s3.proxy_scheme http\n";
ss << "vfs.s3.region us-east-1\n";
ss << "vfs.s3.storage_class NOT_SET\n";
ss << "vfs.s3.request_timeout_ms 3000\n";
ss << "vfs.s3.requester_pays false\n";
ss << "vfs.s3.scheme https\n";
ss << "vfs.s3.skip_init false\n";
ss << "vfs.s3.storage_class NOT_SET\n";
ss << "vfs.s3.use_multipart_upload true\n";
ss << "vfs.s3.use_virtual_addressing true\n";
ss << "vfs.s3.verify_ssl true\n";
Expand Down

0 comments on commit 924285a

Please sign in to comment.