Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Ankcorn committed Jan 7, 2025
1 parent 1d3441b commit 8a37455
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ describe("versions secret bulk", () => {
`versions secret bulk secrets.json --name script-name --x-versions`
)
).rejects.toThrowError(
`The contents of "secrets.json" is not valid JSON: "SyntaxError: Unexpected token 'o', "not valid json :(" is not valid JSON"`
`The contents of "secrets.json" is not valid JSON: "ParseError: Unexpected token o""`
);
});

Expand Down

0 comments on commit 8a37455

Please sign in to comment.