Skip to content

Commit

Permalink
editorUser -> editor
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Nov 7, 2024
1 parent 3f715be commit efa7bf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function ApiTest({ getService }: FtrProviderContext) {
await clearKnowledgeBase(es);
await createKnowledgeBaseModel(ml);
await observabilityAIAssistantAPIClient
.editorUser({
.editor({
endpoint: 'POST /internal/observability_ai_assistant/kb/setup',
})
.expect(200);
Expand Down

0 comments on commit efa7bf2

Please sign in to comment.