Skip to content

Commit

Permalink
test: update workflow-runs test
Browse files Browse the repository at this point in the history
  • Loading branch information
sofia-gomes-onfido committed Jul 23, 2024
1 parent 32d4856 commit f69f7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/resources/workflow-runs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function getExpectedWorkflowRun(
status: expect.anything(),
output: null,
reasons: expect.anything(),
sdk_token: null,
sdk_token: expect.anything(),
error: null,
link: expect.anything(),
created_at: expect.anything(),
Expand Down

0 comments on commit f69f7e1

Please sign in to comment.