Update to use AWSNativeSDK 1.9.50 (#6618)
* Update to use AWSNativeSDK 1.9.50 * After SDK upgrade, some AWS objects are bound to SDK allocator, init AWS SDK for unit test
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <AzTest/AzTest.h>
|
||||
|
||||
#include <ResourceMapping/AWSResourceMappingUtils.h>
|
||||
#include <TestFramework/AWSCoreFixture.h>
|
||||
|
||||
@@ -18,7 +16,7 @@ static constexpr const char TEST_VALID_RESTAPI_REGION[] = "us-west-2";
|
||||
static constexpr const char TEST_VALID_RESTAPI_CHINA_REGION[] = "cn-north-1";
|
||||
static constexpr const char TEST_VALID_RESTAPI_STAGE[] = "prod";
|
||||
|
||||
using AWSResourceMappingUtilsTest = UnitTest::ScopedAllocatorSetupFixture;
|
||||
using AWSResourceMappingUtilsTest = AWSCoreFixture;
|
||||
|
||||
TEST_F(AWSResourceMappingUtilsTest, FormatRESTApiUrl_PassingValidArguments_ReturnExpectedResult)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user