Skip to content

Commit

Permalink
[Obs AI Assistant] Update tests to use Obs AI Assistant API client
Browse files Browse the repository at this point in the history
  • Loading branch information
viduni94 committed Dec 4, 2024
1 parent 1a5c8eb commit 0131d78
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,9 @@ const password = kbnTestConfig.getUrlParts().password!;

export const UNAUTHORIZED_USERNAME = 'unauthorized_user';
export const UNAUTHORIZED_USER_PASSWORD = 'unauthorized_password';
export const AI_ASSISTANT_USER_NAME = 'ai_assistant_user';
export const AI_ASSISTANT_USER_PASSWORD = `${AI_ASSISTANT_USER_NAME}-password`;

export interface User {
username:
| 'elastic'
| 'editor'
| 'viewer'
| 'secondary_editor'
| 'unauthorized_user'
| 'ai_assistant_user';
username: 'elastic' | 'editor' | 'viewer' | 'secondary_editor' | 'unauthorized_user';
password: string;
roles: string[];
}
Expand Down

0 comments on commit 0131d78

Please sign in to comment.