We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582af9f commit 0d15dedCopy full SHA for 0d15ded
tests/aws-cpp-sdk-transfer-tests/TransferTests.cpp
@@ -649,7 +649,7 @@ class TransferTests : public ::testing::TestWithParam<TestType>
649
static void SetUpTestCase()
650
{
651
// Create a client
652
- ClientConfiguration config("default");
+ ClientConfiguration config(ClientConfigurationInitValues{});
653
config.scheme = Scheme::HTTP;
654
config.connectTimeoutMs = 3000;
655
config.requestTimeoutMs = 60000;
0 commit comments