Skip to content

Commit 674c287

Browse files
committed
Added new integration test
Signed-off-by: Nils Bandener <[email protected]>
1 parent ef7c3db commit 674c287

File tree

17 files changed

+2612
-167
lines changed

17 files changed

+2612
-167
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,11 @@ allprojects {
573573
integrationTestImplementation 'org.slf4j:slf4j-api:2.0.12'
574574
integrationTestImplementation 'com.selectivem.collections:special-collections-complete:1.4.0'
575575
integrationTestImplementation "org.opensearch.plugin:lang-painless:${opensearch_version}"
576+
577+
integrationTestImplementation ('com.jayway.jsonpath:json-path:2.9.0') {
578+
exclude(group: 'net.minidev', module: 'json-smart')
579+
}
580+
integrationTestImplementation 'net.minidev:json-smart:2.6.0'
576581
}
577582
}
578583

src/integrationTest/java/org/opensearch/security/privileges/IndexAuthorizationReadOnlyIntTests.java

Lines changed: 1172 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)