You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/vite-plugin-cloudflare/e2e/remote-bindings.test.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -185,8 +185,8 @@ if (isWindows) {
185
185
expect(proc.stderr).toContain(
186
186
"R2 bucket 'non-existent-r2-bucket' not found. Verify the bucket exists in your account and that the bucket_name in your configuration is correct. [code: 10085]"
187
187
);
188
-
expect(proc.stderr).toContain(
189
-
"Error: Failed to start the remote proxy session. There is likely additional logging output above."
0 commit comments