Skip to content

Commit

Permalink
feat: add nock route for growers
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanJG01 committed Oct 23, 2023
1 parent a08bc16 commit 9a4e62f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cypress/tests/integration/nockRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ export function getNockRoutes(
body: planter,
},

{
method: 'GET',
path: `/growers/${planter.id}`,
statusCode: 200,
body: planter,
},

{
method: 'GET',
path: `/organizations/${organization.id}`,
Expand Down

0 comments on commit 9a4e62f

Please sign in to comment.