graphql-engine/server/tests-py/queries/endpoints/endpoint_simple_wrong_method.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
217 B
YAML
Raw Normal View History

- description: call the new custom endpoint with the wrong method
url: /api/rest/simple
method: DELETE
status: 405
query:
response:
path: $
error: 'Allowed methods: GET'
code: method-not-allowed