Skip to content

Commit

Permalink
fix fastapi test too
Browse files Browse the repository at this point in the history
  • Loading branch information
kgartland-rstudio authored Aug 26, 2024
1 parent 24338b0 commit 717f980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vscode-ui/test/specs/fastapi.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ describe("VS Code Extension UI Test", () => {
);
const fileContent = fs.readFileSync(filePath, "utf8");
await expect(fileContent).toContain(
"type = 'python-fastapi'\nentrypoint = 'simple.py'\nvalidate = true\nfiles = ['simple.py', 'requirements.txt']\ntitle = 'my fastapi app'",
"type = 'python-fastapi'\nentrypoint = 'simple.py'\nvalidate = true\nfiles = [\n 'simple.py',\n 'requirements.txt'\n]\ntitle = 'my fastapi app'",
);
});

Expand Down

0 comments on commit 717f980

Please sign in to comment.