Skip to content

Commit

Permalink
Try to fix integ test error
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Jan 11, 2024
1 parent 8505eb0 commit 6ecf9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integ-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ task comparisonTest(type: RestIntegTestTask) {
return new RegularFile() {
@Override
File getAsFile() {
return configurations.zipArchive.asFileTree.matching {
return configurations.zipArchive.singleFileTree.matching {
include '**/opensearch-sql-plugin*'
}.singleFile
}
Expand Down

0 comments on commit 6ecf9d2

Please sign in to comment.