Skip to content

Commit

Permalink
remove assertion for warning no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
RamIdeas committed Jul 26, 2024
1 parent 2237dc4 commit ab25e39
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/wrangler/e2e/pages-dev.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ describe.each([
await worker.readUntil(
/Support for service binding environments is experimental/
);
await worker.readUntil(
/Support for service bindings in local mode is experimental and may change/
);
});

it("should warn if bindings specified as args in the command line are invalid", async () => {
Expand Down

0 comments on commit ab25e39

Please sign in to comment.