Skip to content

Commit 0d15ded

Browse files
committed
UpdateTransferTests to not explicitly specify default profile name
1 parent 582af9f commit 0d15ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/aws-cpp-sdk-transfer-tests/TransferTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ class TransferTests : public ::testing::TestWithParam<TestType>
649649
static void SetUpTestCase()
650650
{
651651
// Create a client
652-
ClientConfiguration config("default");
652+
ClientConfiguration config(ClientConfigurationInitValues{});
653653
config.scheme = Scheme::HTTP;
654654
config.connectTimeoutMs = 3000;
655655
config.requestTimeoutMs = 60000;

0 commit comments

Comments
 (0)