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

Update input validation tests to assert against specific error #32

Open
ashley-evans opened this issue Oct 11, 2021 · 0 comments
Open
Labels

Comments

@ashley-evans
Copy link
Owner

Value added

Future changes to the input schema will fail for appropriate reasons

Description

Currently the tests for each lambda's input schema only check whether the input fails validation. However, they do not check if the input failed validation for the right reason.

This means that potentially some tests are failing for the wrong reason.

Acceptance Criteria

AC01

  • Update input validation tests for each lambda to assert against a specific JSON schema validation error
@ashley-evans ashley-evans added the 2 label Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant