Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Oct 3, 2024
1 parent 7402adb commit 7459bc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void adminShouldNotBeAbleToDeleteSecurityIndex() {
}

@Test
public void adminShouldNotBeAbleToReadSystemIndex() {
public void regularUserShouldGetNoResultsWhenSearchingSystemIndex() {
// Create system index and index a dummy document as the super admin user, data returned to super admin
try (TestRestClient client = cluster.getRestClient(cluster.getAdminCertificate())) {
HttpResponse response1 = client.put(".system-index1");
Expand Down

0 comments on commit 7459bc2

Please sign in to comment.