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 295add2 commit d59d7ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default function ({ getService }: FtrProviderContext) {
expect(policy).to.eql(customLifecycle.policy);
});

it('should deny access for users without the ai_assistant privilege', async () => {
it('is not available to unauthorized users', async () => {
const UNAUTHZD_TEST_USERNAME = 'UNAUTHZD_TEST_USERNAME';
const UNAUTHZD_TEST_USER_PASSWORD = 'UNAUTHZD_TEST_USER_PASSWORD';

Expand Down

0 comments on commit d59d7ad

Please sign in to comment.