Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: zombee0 <[email protected]>
  • Loading branch information
zombee0 committed Nov 20, 2024
1 parent 582a9b9 commit 00efd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions be/test/fs/poco_http_client_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ TEST_F(PocoHttpClientTest, TestErrorEndpoint) {
}

TEST_F(PocoHttpClientTest, TestErrorAkSk) {
Aws::Client::ClientConfiguration config = S3ClientFactory::getClientConfig();;
Aws::Client::ClientConfiguration config = S3ClientFactory::getClientConfig();
config.endpointOverride = config::object_storage_endpoint.empty() ? getenv("STARROCKS_UT_S3_ENDPOINT")
: config::object_storage_endpoint;

Expand All @@ -171,7 +171,7 @@ TEST_F(PocoHttpClientTest, TestErrorAkSk) {
}

TEST_F(PocoHttpClientTest, TestNotFoundKey) {
Aws::Client::ClientConfiguration config = S3ClientFactory::getClientConfig();;
Aws::Client::ClientConfiguration config = S3ClientFactory::getClientConfig();
config.endpointOverride = config::object_storage_endpoint.empty() ? getenv("STARROCKS_UT_S3_ENDPOINT")
: config::object_storage_endpoint;
// Create a custom retry strategy
Expand Down

0 comments on commit 00efd07

Please sign in to comment.