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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ if (isWindows) {
183
183
184
184
expect(awaitproc.exitCode).not.toBe(0);
185
185
expect(proc.stderr).toContain(
186
-
"R2 bucket 'non-existent-r2-bucket' not found. Please use a different name and try again. [code: 10085]"
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
188
expect(proc.stderr).toContain(
189
189
"Error: Failed to start the remote proxy session. There is likely additional logging output above."
0 commit comments