Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
punkle committed Feb 9, 2024
1 parent 78617c0 commit 4b59895
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ describe('http:backstage:request', () => {
body: {},
});
const expectedLog =
"Dry run mode. Skipping non dry-run safe method 'POST' request to http://backstage.tests/api/proxy/foo";
"Dry run mode. Skipping non dry-run safe method 'POST' request to /api/proxy/foo";
await action.handler({
...mockContext,
input: {
Expand Down

0 comments on commit 4b59895

Please sign in to comment.