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

Add non confirming processors #49

Merged
merged 4 commits into from
Jul 10, 2024
Merged

Conversation

aljones15
Copy link
Contributor

  • asserts on 400 or 422
  • moves a test data gen from suite to setup
  • adds missing normative statement

Copy link
Member

@BigBlueHat BigBlueHat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly just a question. Otherwise, looks good.

400,
'Expected HTTP Status code 400 invalid input!'
);
error.status.should.be.oneOf([400, 422], reason);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this reason be something closer to the original rather than "Expected no result from verifier."?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmmmm... I honestly was just thinking about the single case here where Greg's implementation runs 500 and I didn't know which test vector was causing that, so I think having a different default makes sense and I'll make that change momentarily. good idea.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added the additional default here f1fbfad

@aljones15 aljones15 force-pushed the add-non-confirming-processors branch from 9c6de82 to f1fbfad Compare July 10, 2024 22:12
@aljones15 aljones15 merged commit 1f1c642 into main Jul 10, 2024
2 checks passed
@aljones15 aljones15 deleted the add-non-confirming-processors branch July 10, 2024 22:13
@TallTed
Copy link
Member

TallTed commented Jul 11, 2024

This should be retitled to Add non-conforming processors. (confirming is an typo.)

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.

3 participants