Skip to content

Commit ef492fc

Browse files
fix test
1 parent 891b548 commit ef492fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/unit/registry-routes-dependencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('registry : routes : plugins', () => {
5555
initialise();
5656
const conf = {
5757
dependencies: ['fs', 'undici'],
58-
discovery: { ui: true }
58+
discovery: { api: true }
5959
};
6060
dependenciesRoute = DependenciesRoute(conf);
6161

test/unit/registry-routes-plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('registry : routes : plugins', () => {
4545
initialise();
4646
const conf = {
4747
plugins,
48-
discovery: { ui: true }
48+
discovery: { api: true }
4949
};
5050
pluginsRoute = PluginsRoute(conf);
5151

0 commit comments

Comments
 (0)