Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'make api-docs && make api-docs-s…
Browse files Browse the repository at this point in the history
…taging'
  • Loading branch information
kibanamachine authored and PhilippeOberti committed Oct 28, 2024
1 parent b74eb97 commit 42a117b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion oas_docs/output/kibana.serverless.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15012,7 +15012,7 @@ paths:
nullable: true
type: string
- in: query
name: userFilter
name: createdByFilter
schema:
nullable: true
type: string
Expand Down
2 changes: 1 addition & 1 deletion oas_docs/output/kibana.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18442,7 +18442,7 @@ paths:
nullable: true
type: string
- in: query
name: userFilter
name: createdByFilter
schema:
nullable: true
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,8 @@ export default function ({ getService }: FtrProviderContext) {
.set('elastic-api-version', '2023-10-31');
const { totalCount } = response.body as GetNotesResult;

expect(totalCount).to.be(2);
expect(totalCount).to.be(2);
});
});

// TODO we need to figure out how to create another user in the test environment
Expand Down

0 comments on commit 42a117b

Please sign in to comment.