diff options
Diffstat (limited to 'server/tests/plugins/translations.ts')
-rw-r--r-- | server/tests/plugins/translations.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/translations.ts b/server/tests/plugins/translations.ts index 0e11a0b53..d8d878026 100644 --- a/server/tests/plugins/translations.ts +++ b/server/tests/plugins/translations.ts | |||
@@ -17,7 +17,7 @@ describe('Test plugin translations', function () { | |||
17 | server = await flushAndRunServer(1) | 17 | server = await flushAndRunServer(1) |
18 | await setAccessTokensToServers([ server ]) | 18 | await setAccessTokensToServers([ server ]) |
19 | 19 | ||
20 | command = server.pluginsCommand | 20 | command = server.plugins |
21 | 21 | ||
22 | await command.install({ path: PluginsCommand.getPluginTestPath() }) | 22 | await command.install({ path: PluginsCommand.getPluginTestPath() }) |
23 | await command.install({ path: PluginsCommand.getPluginTestPath('-filter-translations') }) | 23 | await command.install({ path: PluginsCommand.getPluginTestPath('-filter-translations') }) |