Skip to content

Commit cc111b4

Browse files
authoredFeb 12, 2025
test: remove references to rolled out feature flag (#2760)
1 parent 9b4a13d commit cc111b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/build/plugin-context.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ test('should use deploy configuration blobs directory when @netlify/build versio
206206

207207
const ctx = new PluginContext({
208208
constants: { NETLIFY_BUILD_VERSION: '29.41.5' },
209-
featureFlags: { 'next-runtime-regional-blobs': true },
210209
} as unknown as NetlifyPluginOptions)
211210

212211
expect(ctx.blobDir).toBe(join(cwd, '.netlify/deploy/v1/blobs/deploy'))

0 commit comments

Comments
 (0)
Please sign in to comment.