8000 test: remove references to rolled out feature flag (#2760) · opennextjs/opennextjs-netlify@cc111b4 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cc111b4

Browse files
authored
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

Lines changed: 0 additions & 1 deletion
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)
0