Skip to content

Commit

Permalink
Fix DelegatingRestHandlerTests (#4434)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta authored Jun 11, 2024
1 parent 00c31e9 commit 8c722f6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,9 @@ public boolean allowSystemIndexAccessByDefault() {
public String toString() {
return delegate.toString();
}

@Override
public boolean supportsStreaming() {
return delegate.supportsStreaming();
}
}

0 comments on commit 8c722f6

Please sign in to comment.