Skip to content

Commit

Permalink
[Obs AI Assistant] Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
viduni94 committed Dec 3, 2024
1 parent d59d7ad commit cd9d171
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ export default function ApiTest({ getService }: ObsFtrProviderContext) {
}

describe('security roles and access privileges', () => {
it('should deny access for users without the ai_assistant privilege', async () => {
it('is not available to unauthorized users', async () => {
const UNAUTHORIZED_USERNAME = 'UNAUTHORIZED_USER';
const UNAUTHORIZED_USER_PASSWORD = 'UNAUTHORIZED_USER_PASSWORD';

Expand Down

0 comments on commit cd9d171

Please sign in to comment.