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)) {