Skip to content

Commit

Permalink
fix: bdd
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayg10 committed Nov 12, 2024
1 parent 39f2390 commit dbcbc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/step-definitions/participants.step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defineFeature(feature, (test): void => {

then('I respond with a 200 OK', (): void => {
expect(response.statusCode).toBe(200)
expect(mockRetrievePartyMapItem).toBeCalledWith('fb2f2b12-5107-48f1-a93d-52b154270038')
expect(mockRetrievePartyMapItem).toBeCalledWith('fb2f2b12-5107-48f1-a93d-52b154270038', undefined)
})
})

Expand Down

0 comments on commit dbcbc2c

Please sign in to comment.