Skip to content

Commit 2bc7916

Browse files
committed
Fix test after config renamed to configDir
1 parent e729d5e commit 2bc7916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/server/plugins/plugin_context.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe('Plugin Context', () => {
8282
pingTimeout: duration(30, 's'),
8383
startupTimeout: duration(5, 's'),
8484
},
85-
path: { config: fromRoot('config'), data: fromRoot('data') },
85+
path: { configDir: fromRoot('config'), data: fromRoot('data') },
8686
});
8787
});
8888
});

0 commit comments

Comments
 (0)