Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjessop committed Feb 3, 2025
1 parent cecafe2 commit 2bb2981
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/wrangler/e2e/dev-with-resources.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,6 @@ describe.sequential.each(RUNTIMES)("Bindings: $flags", ({ runtime, flags }) => {
const worker = helper.runLongLived(
`wrangler dev ${flags} --port ${port} --inspector-port ${inspectorPort}`
);
const matches = await worker.readUntil(
/^.*TEXT_BLOB:.*\[connected to remote resource].*$/
);
expect(matches.length).toBe(1);
const { url } = await worker.waitForReady();
const res = await fetch(url);
expect(await res.json()).toEqual({
Expand Down

0 comments on commit 2bb2981

Please sign in to comment.