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

DELETE operation should allow no responses #28

Open
jbend opened this issue Aug 15, 2023 · 1 comment
Open

DELETE operation should allow no responses #28

jbend opened this issue Aug 15, 2023 · 1 comment

Comments

@jbend
Copy link
Member

jbend commented Aug 15, 2023

check-for-response-in-every-request.js should allow DELETE operations without responses

@SnehaThangavelu1603
Copy link
Collaborator

Even for DELETE operation, response block is mandatory below which we will be able to see the 204 response code. So the idea here is to simply check for any given http verb(operation) its respective response block should be present. The issue raised due to the parameters block so made changes to accommodate the other extra fields in path field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants