Skip to content

Commit

Permalink
chore: add GET api/v1/indexes endpoint E2E test for CDK Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrwzl committed Jun 4, 2024
1 parent 87d2203 commit 4f5e54d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distribution/lambda/cdk/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,3 +460,4 @@ def req(method, path, body=None, expected_status=200):
expected_status=400,
)
req("GET", f"/api/v1/_elastic/_search?q=animal", expected_status=501)
req("GET", f"/api/v1/indexes/{mock_sales_index_id}")

0 comments on commit 4f5e54d

Please sign in to comment.