Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added test for GET /_plugins/_sql/stats. #721

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion tests/default/sql/stats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ $schema: ../../../json_schemas/test_story.schema.yaml
description: Test get SQL Queries stats.

chapters:
- synopsis: Get stats from SQL Query.
- synopsis: Get stats from SQL Query (POST).
path: /_plugins/_sql/stats
method: POST
response:
status: 200
content_type: text/plain
- synopsis: Get stats from SQL Query (GET).
path: /_plugins/_sql/stats
method: GET
response:
status: 200
content_type: text/plain
Loading