Skip to content

Commit b0be2df

Browse files
committed
Fix functional test
1 parent 93b41fe commit b0be2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugin_functional/test_suites/core_plugins/legacy_plugins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
3939
await supertest
4040
.get('/api/np-context-in-legacy')
4141
.expect(200)
42-
.expect(JSON.stringify({ contexts: ['core', 'search', 'pluginA'] }));
42+
.expect(JSON.stringify({ contexts: ['core', 'pluginA'] }));
4343
});
4444
});
4545

0 commit comments

Comments
 (0)