Skip to content

Commit

Permalink
Fix functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson committed Jun 10, 2020
1 parent 93b41fe commit b0be2df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
await supertest
.get('/api/np-context-in-legacy')
.expect(200)
.expect(JSON.stringify({ contexts: ['core', 'search', 'pluginA'] }));
.expect(JSON.stringify({ contexts: ['core', 'pluginA'] }));
});
});

Expand Down

0 comments on commit b0be2df

Please sign in to comment.