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

Adjustments to the logic of custom assertions within response values. #1448

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

StarKhan6368
Copy link
Collaborator

@StarKhan6368 StarKhan6368 commented Nov 23, 2024

What: Adjustments to the logic of custom assertions within response values.

How:

  • Eliminate storage and reliance on responseValueValidation.
  • Introduce a new field in the Row to store responses that can be parsed for future assertions.
  • Rename the field for response value validation in the Row.
  • Modify test result matching post contract test to override the unexpectedKeyCheck if the request is attribute selected.

Checklist:

- Eliminate storage and reliance on responseValueValidation.
- Introduce a new field in the Row to store responses that can be
  parsed for future assertions.
- Rename the field for response value validation in the Row.
- Modify test result matching post contract test to override the
  unexpectedKeyCheck if the request is attribute selected.
@joelrosario joelrosario merged commit 06dbcf6 into main Nov 23, 2024
2 checks passed
@joelrosario joelrosario deleted the test-assert-fixes branch November 23, 2024 15:34
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

Successfully merging this pull request may close these issues.

2 participants