Skip to content

Commit

Permalink
Update tests after backward compatible change in API
Browse files Browse the repository at this point in the history
  • Loading branch information
dvacca-onfido committed Jul 15, 2024
1 parent 0dbc83a commit 5d6dbaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/resources/workflow-runs-outputs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.anything(),
workflow_id: expect.stringMatching(/^[0-9a-z-]+$/),
workflow_version_id: expect.anything(),
dashboard_url: expect.anything(),
Expand Down
1 change: 1 addition & 0 deletions test/resources/workflow-runs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function getExpectedWorkflowRun(
return getExpectedObject(exampleWorkflowRun, {
applicant_id: expect.stringMatching(/^[0-9a-z-]+$/),
id: expect.stringMatching(/^[0-9a-z-]+$/),
customer_user_id: expect.anything(),
workflow_id: expect.stringMatching(/^[0-9a-z-]+$/),
workflow_version_id: expect.anything(),
dashboard_url: expect.anything(),
Expand Down

0 comments on commit 5d6dbaa

Please sign in to comment.