diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-16 09:04:35 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 15:27:18 +0200 |
commit | 89d241a79c262b9775c233b73cff080043ebb5e6 (patch) | |
tree | cb3b6cb431d25d891ef4e02f66c61d252d17048f /server/tests/plugins/translations.ts | |
parent | d23dd9fbfc4d26026352c10f81d2795ceaf2908a (diff) | |
download | PeerTube-89d241a79c262b9775c233b73cff080043ebb5e6.tar.gz PeerTube-89d241a79c262b9775c233b73cff080043ebb5e6.tar.zst PeerTube-89d241a79c262b9775c233b73cff080043ebb5e6.zip |
Shorter server command names
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') }) |