Skip to content

Commit

Permalink
fix embedded subdirectory test - did not have proper path to config file
Browse files Browse the repository at this point in the history
  • Loading branch information
sagerb committed Feb 19, 2025
1 parent 196fd4c commit 01af379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/embedded-deployments.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe("Create Deployments", () => {
.then((configFile) => {
configFile.contents.python.version = "3.11.3";
return cy.savePublisherFile(
`.posit/publish/${configFile.fileName}`,
`fastapi-simple/.posit/publish/${configFile.fileName}`,
configFile.contents,
);
})
Expand Down

0 comments on commit 01af379

Please sign in to comment.