Skip to content

Commit 7a8985b

Browse files
committed
Remove non-stream handler test.
1 parent fcbdbfa commit 7a8985b

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

dd-java-agent/instrumentation/aws-lambda-handler/src/test/groovy/Handler.java

Lines changed: 0 additions & 10 deletions
This file was deleted.

dd-java-agent/instrumentation/aws-lambda-handler/src/test/groovy/LambdaHandlerInstrumentationTest.groovy

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,6 @@ abstract class LambdaHandlerInstrumentationTest extends VersionedNamingTestBase
88
null
99
}
1010

11-
def "test lambda handler"() {
12-
when:
13-
new Handler().handleRequest(null, null)
14-
15-
then:
16-
assertTraces(1) {
17-
trace(1) {
18-
span {
19-
operationName operation()
20-
errored false
21-
}
22-
}
23-
}
24-
}
25-
2611
def "test lambda streaming handler"() {
2712
when:
2813
def input = new ByteArrayInputStream(StandardCharsets.UTF_8.encode("Hello").array())

0 commit comments

Comments
 (0)