Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sharat87 committed Nov 30, 2024
1 parent b1faada commit 4252c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/packages/rts/src/ctl/backup/backup.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe("Backup Tests", () => {
const dest = "/dest";
const url = "postgresql://username:password@host/appsmith";
const cmd =
"pg_dump postgresql://username:password@host/appsmith --schema=appsmith --format=custom --file=/dest/pg-data.gz";
"pg_dump postgresql://username:password@host/appsmith --schema=appsmith --format=custom --file=/dest/pg-data";
const res = await executePostgresDumpCMD(dest, url);

expect(res).toBe(cmd);
Expand Down

0 comments on commit 4252c0e

Please sign in to comment.