Skip to content

Commit 44d7f26

Browse files
committed
add anonymous role to expected output
1 parent 1c539ea commit 44d7f26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/test/kerberos_api_integration/apis/security/kerberos_login.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export default function ({ getService }: FtrProviderContext) {
121121
const sessionCookie = request.cookie(cookies[0])!;
122122
checkCookieIsSet(sessionCookie);
123123

124-
const expectedUserRoles = ['kibana_admin'];
124+
const expectedUserRoles = ['kibana_admin', 'superuser_anonymous'];
125125

126126
await supertest
127127
.get('/internal/security/me')

0 commit comments

Comments
 (0)