Skip to content

Commit

Permalink
Merge pull request #330 from AppQuality/develop
Browse files Browse the repository at this point in the history
test: Fix test
  • Loading branch information
d-beezee authored May 21, 2024
2 parents fb4ec8d + 419cd29 commit 4474c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/dossiers/_post/duplication.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ describe("Route POST /dossiers - duplication", () => {
post_title: `CP${id} - Test Manual`,
post_type: "manual",
post_content: "Test Content",
post_status: "publish",
post_status: "draft",
post_author: 1,
post_excerpt: "Test Excerpt",
});
Expand All @@ -385,7 +385,7 @@ describe("Route POST /dossiers - duplication", () => {
post_title: `CP${id} - Test Preview`,
post_type: "preview",
post_content: "Test Content",
post_status: "publish",
post_status: "draft",
post_author: 1,
post_excerpt: "Test Excerpt",
});
Expand Down

0 comments on commit 4474c07

Please sign in to comment.