File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
packages/wrangler/src/__tests__ Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1542,6 +1542,12 @@ describe("deploy", () => {
15421542 } ) ;
15431543 await runWrangler ( "deploy ./index" ) ;
15441544
1545+ expect ( std . info ) . toMatchInlineSnapshot ( `
1546+ "The current authentication token does not have 'All Zones' permissions.
1547+ Falling back to using the zone-based API endpoint to update each route individually.
1548+ Note that there is no access to routes associated with zones that the API token does not have permission for.
1549+ Existing routes for this Worker in such zones will not be deleted."
1550+ ` ) ;
15451551 expect ( std . err ) . toMatchInlineSnapshot ( `""` ) ;
15461552 expect ( std . warn ) . toMatchInlineSnapshot ( `
15471553 "[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mPreviously deployed routes:[0m
You can’t perform that action at this time.
0 commit comments