-
Notifications
You must be signed in to change notification settings - Fork 18
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
Refresh onfido-node after onfido-openapi-spec update (40b86a1) #136
Conversation
7d42882
to
6b6e962
Compare
6b6e962
to
0dbc83a
Compare
@@ -26,6 +26,7 @@ function getExpectedWorkflowRun( | |||
return getExpectedObject(exampleWorkflowRun, { | |||
applicant_id: expect.stringMatching(/^[0-9a-z-]+$/), | |||
id: expect.stringMatching(/^[0-9a-z-]+$/), | |||
customer_user_id: expect.stringMatching(/^[0-9a-z-]+$/), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait, actually, this can be any string. It's provided by the customer, so it's not necessarily a UUID.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to fix that 👍
4729e2d
to
5d6dbaa
Compare
@franciscocastanho-onfido could you please check applicants.test.ts, it looks they started failing after your change? 🙏 |
e39e406
to
29c6eab
Compare
29c6eab
to
a06d937
Compare
LGTM |
Auto-generated PR with changes till commit onfido/onfido-openapi-spec@40b86a1 (included)
Additional changes: