Skip to content

Commit

Permalink
Fixed api call
Browse files Browse the repository at this point in the history
  • Loading branch information
simensma-fresh committed Mar 8, 2024
1 parent e8fc82f commit c5bc4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/core-web/cypress/e2e/majorprojects.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe("Major Projects", () => {

cy.intercept(
"PATCH",
/.*\/(api\/)?document-manager\/documents\/332d6f13-cd09-4b55-93d7-52bd7e557fa4\/complete-upload$/,
/.*\/(api\/)?(document-manager\/)?documents\/332d6f13-cd09-4b55-93d7-52bd7e557fa4\/complete-upload$/,
{
statusCode: 204,
}
Expand Down

0 comments on commit c5bc4ca

Please sign in to comment.