From 37dfdd67a00e0663737fd67a73e26e3b3fca6226 Mon Sep 17 00:00:00 2001 From: Marty T <120425148+tippmar-nr@users.noreply.github.com> Date: Thu, 23 Jan 2025 14:39:40 -0600 Subject: [PATCH] test: Use latest version of Lambda test tool (9.0) (#2965) --- .../RemoteServiceFixtures/AwsLambda/LambdaTestToolFixture.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Agent/IntegrationTests/IntegrationTests/RemoteServiceFixtures/AwsLambda/LambdaTestToolFixture.cs b/tests/Agent/IntegrationTests/IntegrationTests/RemoteServiceFixtures/AwsLambda/LambdaTestToolFixture.cs index 0447f4922..0eb4f6c33 100644 --- a/tests/Agent/IntegrationTests/IntegrationTests/RemoteServiceFixtures/AwsLambda/LambdaTestToolFixture.cs +++ b/tests/Agent/IntegrationTests/IntegrationTests/RemoteServiceFixtures/AwsLambda/LambdaTestToolFixture.cs @@ -23,7 +23,7 @@ public LambdaTestToolFixture(RemoteApplication remoteApplication, string newReli string lambdaHandler, string lambdaName, string lambdaVersion, string lambdaExecutionEnvironment, bool setNewRelicLambdaHandlerEventVar) : base(remoteApplication) { - LambdaTestTool = new DotnetTool("Amazon.Lambda.TestTool-8.0", "lambda-test-tool-8.0", DestinationApplicationDirectoryPath); + LambdaTestTool = new DotnetTool("Amazon.Lambda.TestTool-9.0", "lambda-test-tool-9.0", DestinationApplicationDirectoryPath); if (string.IsNullOrWhiteSpace(newRelicLambdaHandler) && string.IsNullOrWhiteSpace(lambdaHandler)) {