Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjessop committed Sep 12, 2024
1 parent e6ea1c8 commit 6d129c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/wrangler/src/__tests__/configuration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3282,10 +3282,10 @@ describe("normalizeAndValidateConfig()", () => {
expect(diagnostics.hasWarnings()).toBe(true);
expect(diagnostics.renderErrors()).toMatchInlineSnapshot(`
"Processing wrangler configuration:
- \\"pipelines[0]\\" bindings should have a string \\"binding\\" field but got {}.
- \\"pipelines[0]\\" bindings must have a \\"pipeline\\" field but got {}.
- \\"pipelines[2]\\" bindings should have a string \\"binding\\" field but got {\\"binding\\":2000,\\"project\\":2111}.
- \\"pipelines[2]\\" bindings must have a \\"pipeline\\" field but got {\\"binding\\":2000,\\"project\\":2111}."
- \\"pipelines[0]\\" bindings must have a string \\"binding\\" field but got {}.
- \\"pipelines[0]\\" bindings must have a string \\"pipeline\\" field but got {}.
- \\"pipelines[2]\\" bindings must have a string \\"binding\\" field but got {\\"binding\\":2000,\\"project\\":2111}.
- \\"pipelines[2]\\" bindings must have a string \\"pipeline\\" field but got {\\"binding\\":2000,\\"project\\":2111}."
`);
});
});
Expand Down

0 comments on commit 6d129c3

Please sign in to comment.