Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix dropwizard tests
  • Loading branch information
amarziali committed May 6, 2025
commit 28d43aa43a4a7c3bda56f7a4c043fe000ff9f0d1
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ class DropwizardTest extends HttpServerTest<DropwizardTestSupport> {
return "/${endpoint.relativeRawPath()}"
}

@Override
String expectedIntegrationName() {
"java-web-servlet"
}

@Override
boolean hasHandlerSpan() {
true
Expand Down