You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/Agent/IntegrationTests/IntegrationTests/RemoteServiceFixtures/AwsLambda/LambdaAPIGatewayHttpApiV2ProxyRequestTriggerFixture.cs
+22
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,28 @@ public void EnqueueAPIGatewayHttpApiV2ProxyRequestWithDTHeaders(string traceId,
181
181
""";
182
182
EnqueueLambdaEvent(apiGatewayProxyRequestJson);
183
183
}
184
+
185
+
/// <summary>
186
+
/// A minimal payload to validate the fix for https://github.com/newrelic/newrelic-dotnet-agent/issues/2528
Copy file name to clipboardExpand all lines: tests/Agent/IntegrationTests/IntegrationTests/RemoteServiceFixtures/AwsLambda/LambdaAPIGatewayProxyRequestTriggerFixture.cs
+15
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,21 @@ public void EnqueueAPIGatewayProxyRequestWithDTHeaders(string traceId, string sp
151
151
""";
152
152
EnqueueLambdaEvent(apiGatewayProxyRequestJson);
153
153
}
154
+
155
+
/// <summary>
156
+
/// A minimal payload to validate the fix for https://github.com/newrelic/newrelic-dotnet-agent/issues/2528
0 commit comments