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

'empty' required fields create document #6

Open
davidmacp opened this issue Jan 8, 2019 · 0 comments
Open

'empty' required fields create document #6

davidmacp opened this issue Jan 8, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@davidmacp
Copy link

Expected behaviour

POSTing a document with 'empty' required fields
i.e.

{
  "body": "",
  "title": ""
}

Validation should fail

Actual behavior

Document is created

screen shot 2019-01-09 at 11 08 13 am

screen shot 2019-01-09 at 11 18 45 am

This is an example of an API test running for dadi.cloud that previously triggered validation for the same scenario

@eduardoboucas eduardoboucas added the bug Something isn't working label Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants